Browse Source

8.9修改配置

huangqizheng/feature-20250809184038-研发部校验
huangqizhen 1 week ago
parent
commit
87731ab867
  1. 8
      src/main/resources/application-prod.yml
  2. 6
      src/main/resources/application-test.yml

8
src/main/resources/application-prod.yml

@ -4,8 +4,8 @@ spring:
fail-on-unknown-properties: false fail-on-unknown-properties: false
datasource: datasource:
mysql1: mysql1:
jdbc-url: jdbc:mysql://localhost:3306/hwgoldc?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true
username: hwgoldc
jdbc-url: jdbc:mysql://localhost:3306/hwgold?serverTimezone=Asia/Shanghai&useSSL=false&useUnicode=true&allowMultiQueries=true&rewriteBatchedStatements=true
username: hwgold
password: aDiw7MERSATdfGta password: aDiw7MERSATdfGta
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
hikari: hikari:
@ -90,7 +90,7 @@ bean:
recharge: recharge:
url: http://api.homilychart.com/hljwgo/api/wallet/recharge url: http://api.homilychart.com/hljwgo/api/wallet/recharge
consume: consume:
url: http://api.homilychart.com/hljwgo/api/wallet/pay
url: http://api.homilychart.com/hljwgo/api/wallet/pay
server: server:
port: 10704
port: 10705

6
src/main/resources/application-test.yml

@ -67,9 +67,9 @@ spring:
data: data:
redis: redis:
database: 0 database: 0
host: 54.255.212.181
port: 10703
password: Ngc0FYUTA6h3wC5J
host: localhost
port: 6379
password: 123456
lettuce: lettuce:
pool: pool:

Loading…
Cancel
Save