数据库脚本版本管理,便于表结构更新维护

This commit is contained in:
sjt
2023-01-18 15:27:24 +08:00
parent c19ad94c3e
commit ca1d66cfb8
4 changed files with 465 additions and 74 deletions

View File

@@ -242,6 +242,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<!-- <scope>test</scope>-->
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>7.15.0</version>
</dependency>
</dependencies>