Skip to content

Commit

Permalink
5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Jul 3, 2024
1 parent 02d0992 commit b36bdbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion modules/app/src/main/resources/db/upgrade/app/versions
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
5.6.0
5.6.1
5.7.0
5.7.1
5.7.1
5.8.0
3 changes: 2 additions & 1 deletion modules/cms/src/main/resources/db/upgrade/cms/versions
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
5.6.0
5.6.1
5.7.0
5.7.1
5.7.1
5.8.0
2 changes: 1 addition & 1 deletion web-fast/src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web-fast/src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b36bdbd

Please sign in to comment.