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>
|
||||
</dependency>
|
||||
|
||||
<!-- Flyway 数据库版本管理 -->
|
||||
<!-- Flyway 数据库版本管理(使用Spring Boot管理的版本) -->
|
||||
<dependency>
|
||||
<groupId>org.flywaydb</groupId>
|
||||
<artifactId>flyway-core</artifactId>
|
||||
<version>9.22.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.flywaydb</groupId>
|
||||
<artifactId>flyway-postgresql</artifactId>
|
||||
<version>9.22.3</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Test -->
|
||||
|
||||
Reference in New Issue
Block a user