This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new b38315977f [fix] fix application.xml (#6048)
b38315977f is described below
commit b38315977f35d106994491253cd428c8220b7387
Author: Yu Siheng <[email protected]>
AuthorDate: Mon Jul 7 20:50:39 2025 +0800
[fix] fix application.xml (#6048)
---
shenyu-admin/src/main/resources/application-mysql.yml | 2 +-
shenyu-admin/src/main/resources/application.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/shenyu-admin/src/main/resources/application-mysql.yml
b/shenyu-admin/src/main/resources/application-mysql.yml
index 6db63a81d1..73c9a817a1 100755
--- a/shenyu-admin/src/main/resources/application-mysql.yml
+++ b/shenyu-admin/src/main/resources/application-mysql.yml
@@ -22,7 +22,7 @@ spring:
datasource:
url:
jdbc:mysql://localhost:3306/shenyu?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true
username: root
- password: passwd4mysql
+ password: 12345678
driver-class-name: com.mysql.cj.jdbc.Driver
hikari:
connection-timeout: 30000
diff --git a/shenyu-admin/src/main/resources/application.yml
b/shenyu-admin/src/main/resources/application.yml
index f066cc6068..7a42448b22 100755
--- a/shenyu-admin/src/main/resources/application.yml
+++ b/shenyu-admin/src/main/resources/application.yml
@@ -21,7 +21,7 @@ spring:
application:
name: shenyu-admin
profiles:
- active: mysql
+ active: h2
thymeleaf:
cache: true
encoding: utf-8