update version
This commit is contained in:
@@ -5,7 +5,7 @@ productName: JeeSite Demo
|
|||||||
companyName: ThinkGem
|
companyName: ThinkGem
|
||||||
|
|
||||||
# 产品版本、版权年份
|
# 产品版本、版权年份
|
||||||
productVersion: V5.13
|
productVersion: V5.14
|
||||||
copyrightYear: 2025
|
copyrightYear: 2025
|
||||||
|
|
||||||
#======================================#
|
#======================================#
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-vue-dist</artifactId>
|
<artifactId>jeesite-vue-dist</artifactId>
|
||||||
<version>5.13.1-SNAPSHOT</version>
|
<version>5.14.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 热部署工具
|
<!-- 热部署工具
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ productName: JeeSite Demo
|
|||||||
companyName: ThinkGem
|
companyName: ThinkGem
|
||||||
|
|
||||||
# 产品版本、版权年份
|
# 产品版本、版权年份
|
||||||
productVersion: V5.13
|
productVersion: V5.14
|
||||||
copyrightYear: 2025
|
copyrightYear: 2025
|
||||||
|
|
||||||
# 是否演示模式
|
# 是否演示模式
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ productName: JeeSite Demo
|
|||||||
companyName: ThinkGem
|
companyName: ThinkGem
|
||||||
|
|
||||||
# 产品版本、版权年份
|
# 产品版本、版权年份
|
||||||
productVersion: V5.13
|
productVersion: V5.14
|
||||||
copyrightYear: 2025
|
copyrightYear: 2025
|
||||||
|
|
||||||
# 是否演示模式
|
# 是否演示模式
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-vue-dist</artifactId>
|
<artifactId>jeesite-vue-dist</artifactId>
|
||||||
<version>5.13.1-SNAPSHOT</version>
|
<version>5.14.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ jdbc:
|
|||||||
# Mysql 数据库配置
|
# Mysql 数据库配置
|
||||||
type: h2
|
type: h2
|
||||||
driver: org.h2.Driver
|
driver: org.h2.Driver
|
||||||
url: jdbc:h2:/data/jeesite-db/jeesite5110
|
url: jdbc:h2:/data/jeesite-db/jeesite5140
|
||||||
username: jeesite
|
username: jeesite
|
||||||
password: jeesite
|
password: jeesite
|
||||||
testSql: SELECT 1
|
testSql: SELECT 1
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ productName: JeeSite Demo
|
|||||||
companyName: ThinkGem
|
companyName: ThinkGem
|
||||||
|
|
||||||
# 产品版本、版权年份
|
# 产品版本、版权年份
|
||||||
productVersion: V5.13
|
productVersion: V5.14
|
||||||
copyrightYear: 2025
|
copyrightYear: 2025
|
||||||
|
|
||||||
# 是否演示模式
|
# 是否演示模式
|
||||||
@@ -58,7 +58,7 @@ jdbc:
|
|||||||
# H2 数据库配置(请修改 /modules/core/pom.xml 文件,打开 H2 DB 依赖)
|
# H2 数据库配置(请修改 /modules/core/pom.xml 文件,打开 H2 DB 依赖)
|
||||||
type: h2
|
type: h2
|
||||||
driver: org.h2.Driver
|
driver: org.h2.Driver
|
||||||
url: jdbc:h2:~/jeesite-db/jeesite5110
|
url: jdbc:h2:~/jeesite-db/jeesite5140
|
||||||
username: jeesite
|
username: jeesite
|
||||||
password: jeesite
|
password: jeesite
|
||||||
testSql: SELECT 1
|
testSql: SELECT 1
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ productName: JeeSite Demo
|
|||||||
companyName: ThinkGem
|
companyName: ThinkGem
|
||||||
|
|
||||||
# 产品版本、版权年份
|
# 产品版本、版权年份
|
||||||
productVersion: V5.13
|
productVersion: V5.14
|
||||||
copyrightYear: 2025
|
copyrightYear: 2025
|
||||||
|
|
||||||
# 是否演示模式
|
# 是否演示模式
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ productName: JeeSite Demo
|
|||||||
companyName: ThinkGem
|
companyName: ThinkGem
|
||||||
|
|
||||||
# 产品版本、版权年份
|
# 产品版本、版权年份
|
||||||
productVersion: V5.13
|
productVersion: V5.14
|
||||||
copyrightYear: 2025
|
copyrightYear: 2025
|
||||||
|
|
||||||
# 是否演示模式
|
# 是否演示模式
|
||||||
|
|||||||
Reference in New Issue
Block a user