update version

This commit is contained in:
thinkgem
2025-10-13 12:16:10 +08:00
parent 2454cb8037
commit f7d3b4cd95
7 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ jdbc:
# Mysql 数据库配置
type: h2
driver: org.h2.Driver
url: jdbc:h2:/data/jeesite-db/jeesite5110
url: jdbc:h2:/data/jeesite-db/jeesite5140
username: jeesite
password: jeesite
testSql: SELECT 1

View File

@@ -8,7 +8,7 @@ productName: JeeSite Demo
companyName: ThinkGem
# 产品版本、版权年份
productVersion: V5.13
productVersion: V5.14
copyrightYear: 2025
# 是否演示模式
@@ -54,7 +54,7 @@ jdbc:
# H2 数据库配置(请修改 /modules/core/pom.xml 文件,打开 H2 DB 依赖)
type: h2
driver: org.h2.Driver
url: jdbc:h2:~/jeesite-db/jeesite5110
url: jdbc:h2:~/jeesite-db/jeesite5140
username: jeesite
password: jeesite
testSql: SELECT 1