From 58e3c0f6e14ae76db82e11ef122aad5992df1fc9 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sun, 29 Dec 2024 16:45:27 +0800 Subject: [PATCH] update h2db --- web-fast/src/main/resources/config/application-prod.yml | 2 +- web-fast/src/main/resources/config/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web-fast/src/main/resources/config/application-prod.yml b/web-fast/src/main/resources/config/application-prod.yml index 794e02ab..ba5b5a0f 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/jeesite592 + url: jdbc:h2:/data/jeesite-db/jeesite5100 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 3860e3a1..3846e700 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/jeesite592 + url: jdbc:h2:~/jeesite-db/jeesite5100 username: jeesite password: jeesite testSql: SELECT 1