From b36bdbdd48093f44e5d0f97290d4bde6765796cb Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 3 Jul 2024 11:24:46 +0800 Subject: [PATCH] 5.8.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 1964ef7bd..a6d6c26e5 100644 --- a/modules/app/src/main/resources/db/upgrade/app/versions +++ b/modules/app/src/main/resources/db/upgrade/app/versions @@ -17,4 +17,5 @@ 5.6.0 5.6.1 5.7.0 -5.7.1 \ No newline at end of file +5.7.1 +5.8.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 9eff96908..0ca99ff31 100644 --- a/modules/cms/src/main/resources/db/upgrade/cms/versions +++ b/modules/cms/src/main/resources/db/upgrade/cms/versions @@ -25,4 +25,5 @@ 5.6.0 5.6.1 5.7.0 -5.7.1 \ No newline at end of file +5.7.1 +5.8.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 e3c062631..f7ff2192b 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/jeesite571 + url: jdbc:h2:/data/jeesite-db/jeesite580 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 ffce71165..251d69ad4 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/jeesite571 + url: jdbc:h2:~/jeesite-db/jeesite580 username: jeesite password: jeesite testSql: SELECT 1