update 1.6.0

This commit is contained in:
qianming
2025-04-11 14:05:42 +08:00
parent 5a51f9b4e4
commit ac67a1d687
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ spring:
# password: root # password: root
# database: 1 # database: 1
flyway: flyway:
enabled: true #是否开启flyway自动执行sql脚本true注意部分mysql版本存在自动执行失败的情况需要改成false并手动执行所有sql文件report-core --> src --> main --> resources -- > db.migration enabled: false #是否开启flyway自动执行sql脚本true注意部分mysql版本存在自动执行失败的情况需要改成false并手动执行所有sql文件report-core --> src --> main --> resources -- > db.migration
baseline-on-migrate: true baseline-on-migrate: true
#数据库连接配置 #数据库连接配置
url: ${spring.datasource.url} url: ${spring.datasource.url}

View File

@@ -1,6 +1,6 @@
{ {
"name": "report-ui", "name": "report-ui",
"version": "1.5.1", "version": "1.6.0",
"description": "report-ui", "description": "report-ui",
"author": "beliefteam", "author": "beliefteam",
"scripts": { "scripts": {