From 5dd59473a334e54a83d3029274fc9fcdd260c42c Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 28 Mar 2024 14:15:58 +0800 Subject: [PATCH] 5.7.0 --- modules/app/src/main/resources/db/upgrade/app/versions | 3 ++- modules/cms/src/main/resources/db/upgrade/cms/versions | 3 ++- web-fast/src/main/resources/config/application-prod.yml | 2 +- web-fast/src/main/resources/config/application.yml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/app/src/main/resources/db/upgrade/app/versions b/modules/app/src/main/resources/db/upgrade/app/versions index 26f1d9c4..3d75edce 100644 --- a/modules/app/src/main/resources/db/upgrade/app/versions +++ b/modules/app/src/main/resources/db/upgrade/app/versions @@ -15,4 +15,5 @@ 5.5.1 5.5.2 5.6.0 -5.6.1 \ No newline at end of file +5.6.1 +5.7.0 \ No newline at end of file diff --git a/modules/cms/src/main/resources/db/upgrade/cms/versions b/modules/cms/src/main/resources/db/upgrade/cms/versions index 12d6863c..bc44f90c 100644 --- a/modules/cms/src/main/resources/db/upgrade/cms/versions +++ b/modules/cms/src/main/resources/db/upgrade/cms/versions @@ -23,4 +23,5 @@ 5.5.1 5.5.2 5.6.0 -5.6.1 \ No newline at end of file +5.6.1 +5.7.0 \ No newline at end of file diff --git a/web-fast/src/main/resources/config/application-prod.yml b/web-fast/src/main/resources/config/application-prod.yml index 0510df12..0305dbeb 100644 --- a/web-fast/src/main/resources/config/application-prod.yml +++ b/web-fast/src/main/resources/config/application-prod.yml @@ -7,7 +7,7 @@ jdbc: # Mysql 数据库配置 type: h2 driver: org.h2.Driver - url: jdbc:h2:/data/jeesite-db/jeesite560 + url: jdbc:h2:/data/jeesite-db/jeesite570 username: jeesite password: jeesite testSql: SELECT 1 diff --git a/web-fast/src/main/resources/config/application.yml b/web-fast/src/main/resources/config/application.yml index 28873cad..79cb3036 100644 --- a/web-fast/src/main/resources/config/application.yml +++ b/web-fast/src/main/resources/config/application.yml @@ -53,7 +53,7 @@ jdbc: # H2 数据库配置(请修改 /modules/core/pom.xml 文件,打开 H2 DB 依赖) type: h2 driver: org.h2.Driver - url: jdbc:h2:~/jeesite-db/jeesite560 + url: jdbc:h2:~/jeesite-db/jeesite570 username: jeesite password: jeesite testSql: SELECT 1