Update flyway from 5 2 4 to 8 0 5#4312
Conversation
7070f35 to
c4b8642
Compare
Codecov Report
@@ Coverage Diff @@
## master #4312 +/- ##
=========================================
Coverage 53.17% 53.17%
Complexity 2668 2668
=========================================
Files 488 488
Lines 15253 15253
Branches 1577 1577
=========================================
Hits 8111 8111
Misses 6587 6587
Partials 555 555 Continue to review full report at Codecov.
|
|
It seems the new flyway-maven-plugin doesn't work in my environment, but the old version(5.2.4) works with no problem. Run the
flyway-configdb.properties flyway.user=root
flyway.password=
flyway.schemas=ApolloConfigDB
flyway.url=jdbc:mysql://localhost:3306?useSSL=false&characterEncoding=utf8
flyway.locations=filesystem:scripts/flyway/configdbMySQL version: 8.0.28 |
c4b8642 to
b0b0691
Compare
b0b0691 to
96b069a
Compare
|
@nobodyiam My bad, please take a look again. test with mysql 8.0.27 |
What's the purpose of this PR
update the flyway version to corresponding spring-cloud dependency version
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean testto make sure this pull request doesn't break anything.CHANGESlog.