From ca1d66cfb81bfcf3e6598beb9d4e53fb9f5a3736 Mon Sep 17 00:00:00 2001 From: sjt <shijinting0321@163.com> Date: 星期三, 18 一月 2023 15:27:24 +0800 Subject: [PATCH] 数据库脚本版本管理,便于表结构更新维护 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index c0c9900..510f528 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- Gitblit v1.8.0