mirror of
https://gitee.com/anji-plus/report.git
synced 2026-05-20 08:47:18 +08:00
update 1.6.0
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user