feat: introduce flyway

This commit is contained in:
Irving
2025-04-26 21:16:31 -04:00
parent 1a2b6be001
commit 9d8293f327
8 changed files with 2108 additions and 36 deletions

10
pom.xml
View File

@@ -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>