fix: 移除Flyway手动版本号,使用Spring Boot parent管理的版本
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -97,16 +97,14 @@
|
|||||||
<version>2.0.43</version>
|
<version>2.0.43</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Flyway 数据库版本管理 -->
|
<!-- Flyway 数据库版本管理(使用Spring Boot管理的版本) -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.flywaydb</groupId>
|
<groupId>org.flywaydb</groupId>
|
||||||
<artifactId>flyway-core</artifactId>
|
<artifactId>flyway-core</artifactId>
|
||||||
<version>9.22.3</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.flywaydb</groupId>
|
<groupId>org.flywaydb</groupId>
|
||||||
<artifactId>flyway-postgresql</artifactId>
|
<artifactId>flyway-postgresql</artifactId>
|
||||||
<version>9.22.3</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Test -->
|
<!-- Test -->
|
||||||
|
|||||||
Reference in New Issue
Block a user