feat: introduce flyway
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -53,6 +53,8 @@
|
||||
<ws-schild.version>3.1.1</ws-schild.version>
|
||||
<!-- Lombok -->
|
||||
<lombok.version>1.18.30</lombok.version>
|
||||
<!-- Flyway -->
|
||||
<flyway.version>7.15.0</flyway.version>
|
||||
|
||||
<!--腾讯云 COS 对象存储-->
|
||||
<cos-version>5.6.205</cos-version>
|
||||
@@ -236,8 +238,12 @@
|
||||
<version>1.7.2</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
<!-- Flyway -->
|
||||
<dependency>
|
||||
<groupId>org.flywaydb</groupId>
|
||||
<artifactId>flyway-core</artifactId>
|
||||
<version>${flyway.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user