This commit is contained in:
thinkgem
2024-03-28 14:15:33 +08:00
parent 21b15f16e3
commit 53af15f85d
5 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
</p>
<h3 align="center" style="margin:30px 0 30px;font-weight:bold;font-size:30px;">快速开发平台 - Spring Boot</h3>
<p align="center">
<a href="https://jeesite.com/docs/upgrade/" target="__blank"><img alt="JeeSite-V5.5" src="https://img.shields.io/badge/JeeSite-V5.5-success.svg"></a>
<a href="https://jeesite.com/docs/upgrade/" target="__blank"><img alt="JeeSite-V5.7" src="https://img.shields.io/badge/JeeSite-V5.7-success.svg"></a>
<a href="https://spring.io/projects/spring-boot#learn" target="__blank"><img alt="SpringBoot-2.7" src="https://img.shields.io/badge/SpringBoot-2.7-blue.svg"></a>
<a href="https://gitee.com/thinkgem/jeesite4/stargazers" target="__blank"><img alt="star" src="https://gitee.com/thinkgem/jeesite4/badge/star.svg?theme=dark"></a>
<a href="https://gitee.com/thinkgem/jeesite4/members" target="__blank"><img alt="fork" src="https://gitee.com/thinkgem/jeesite4/badge/fork.svg?theme=dark"></a>

View File

@@ -15,4 +15,5 @@
5.5.1
5.5.2
5.6.0
5.6.1
5.6.1
5.7.0

View File

@@ -23,4 +23,5 @@
5.5.1
5.5.2
5.6.0
5.6.1
5.6.1
5.7.0

View File

@@ -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

View File

@@ -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