数据库版本研究配置

This commit is contained in:
lvleigang 2024-05-23 16:09:49 +08:00
parent bde253bf45
commit 8d9c6e3f73
3 changed files with 1 additions and 19 deletions

View File

@ -19,7 +19,7 @@ spring:
# 如果没有 flyway_schema_history 这个 metadata 表, 在执行 flyway migrate 命令之前, 必须先执行 flyway baseline 命令
# 设置为 true 后 flyway 将在需要 baseline 的时候, 自动执行一次 baseline。
baseline-on-migrate: true
validate-on-migrate: true
validate-on-migrate: false
sql-migration-prefix: V
sql-migration-separator: __
sql-migration-suffixes: .sql

View File

@ -1,20 +1,3 @@
/*
Navicat Premium Data Transfer
Source Server : 237mysql8.0
Source Server Type : MySQL
Source Server Version : 80037
Source Host : hzya.ufyct.com:9014
Source Schema : businesscenter
Target Server Type : MySQL
Target Server Version : 80037
File Encoding : 65001
Date: 23/05/2024 15:25:34
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------

View File

@ -419,7 +419,6 @@
<skip>true</skip>
</configuration>
</plugin>
</plugins>
<!--加载src/main/java下的xml-->
<resources>