From 2ace98d3dfda73577963c1b477a28c82b8901cf1 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 8 Jan 2025 17:03:39 +0800 Subject: [PATCH] upgrade h2 to 2.3.232 --- parent/pom.xml | 2 +- web-fast/src/main/resources/config/application-prod.yml | 2 +- web-fast/src/main/resources/config/application.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index ab1e9690..21ee3a19 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -63,7 +63,7 @@ 8.0.33 - 1.4.200 + 2.3.232 17 diff --git a/web-fast/src/main/resources/config/application-prod.yml b/web-fast/src/main/resources/config/application-prod.yml index ba5b5a0f..fbf90cea 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/jeesite5100 + url: jdbc:h2:/data/jeesite-db/jeesite5101 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 13aba3ec..60c6a402 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/jeesite5100 + url: jdbc:h2:~/jeesite-db/jeesite5101 username: jeesite password: jeesite testSql: SELECT 1