diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index a7d96e8..036401a 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -4,8 +4,8 @@ spring: fail-on-unknown-properties: false datasource: 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 driver-class-name: com.mysql.cj.jdbc.Driver hikari: @@ -90,7 +90,7 @@ bean: recharge: url: http://api.homilychart.com/hljwgo/api/wallet/recharge consume: - url: http://api.homilychart.com/hljwgo/api/wallet/pay + url: http://api.homilychart.com/hljwgo/api/wallet/pay server: - port: 10704 + port: 10705 diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 0bd95af..d1ecfaa 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -67,9 +67,9 @@ spring: data: redis: database: 0 - host: 54.255.212.181 - port: 10703 - password: Ngc0FYUTA6h3wC5J + host: localhost + port: 6379 + password: 123456 lettuce: pool: