From b46af41428838f6a1db597b70aaf45e6f6129cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= Date: Thu, 26 Jun 2025 21:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/main/resources/application.yml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/admin/src/main/resources/application.yml b/admin/src/main/resources/application.yml index 9ea804f..9ae1672 100644 --- a/admin/src/main/resources/application.yml +++ b/admin/src/main/resources/application.yml @@ -19,24 +19,28 @@ spring: datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver -# url: jdbc:mysql://192.168.0.142:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai -# username: financial_prod -# password: mmTFncqmDal5HLRGY0BV - url: jdbc:mysql://121.37.185.246:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai - username: root - password: Xgf_8000 + url: jdbc:mysql://10.127.2.207:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai + username: financial_prod + password: mmTFncqmDal5HLRGY0BV +# url: jdbc:mysql://121.37.185.246:3306/reference?autoReconnect=true&useUnicode=true&useSSL=false&allowMultiQueries=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai +# username: root +# password: Xgf_8000 redis: # host: 192.168.0.172 # port: 6379 # password: Xgf_redis - host: 123.60.153.169 - port: 6379 - password: Xgf_redis +# host: 123.60.153.169 +# port: 6379 +# password: Xgf_redis + host: 10.127.2.209 + port: 6379 + password: dMrt4kmwiW6LDJXy elasticsearch: scheme: http # 111.13.176.3 部署地址 # 10.127.2.194 本地测试地址 - host: 111.13.176.3 + # 192.168.0.142 生产环境 + host: 10.127.2.194 port: 9200 enable: true username: elastic