From 8b56449626c8d724ecfbfd5d641adc8405cb443f Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期一, 20 五月 2024 16:57:12 +0800
Subject: [PATCH] 账号填充

---
 src/main/resources/config/application-dev.yml  |    4 ++--
 src/main/resources/config/application-prod.yml |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/config/application-dev.yml b/src/main/resources/config/application-dev.yml
index 2315d2e..2f8af09 100644
--- a/src/main/resources/config/application-dev.yml
+++ b/src/main/resources/config/application-dev.yml
@@ -24,8 +24,8 @@
     driver-class-name: com.highgo.jdbc.Driver
 #    url: jdbc:dm://localhost:5236/SYSDBA?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
     url: jdbc:highgo://localhost:5866/test?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
-    username: highgo
-    password: Lmx8688139*
+    username: sysdba
+    password: Lmx&8688139
     maxIdel: 60
     initialPoolSize: 2
     minPoolSize: 5
diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml
index 6bf54e8..5a7be05 100644
--- a/src/main/resources/config/application-prod.yml
+++ b/src/main/resources/config/application-prod.yml
@@ -23,8 +23,8 @@
       db-type: POSTGRE_SQL
     driver-class-name: com.highgo.jdbc.Driver
     url: jdbc:highgo://192.168.10.82:5866/db_user?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
-    username: highgo
-    password: Lmx8688139*
+    username: sysdba
+    password: Lmx&8688139
     maxIdel: 60
     initialPoolSize: 2
     minPoolSize: 5

--
Gitblit v1.9.1