diff --git a/README.md b/README.md index 30cef6eb..d37a3eed 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-
+
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