diff --git a/jeecg-boot-module-system/src/main/resources/application-dev.yml b/jeecg-boot-module-system/src/main/resources/application-dev.yml index abd8148..7f981d0 100644 --- a/jeecg-boot-module-system/src/main/resources/application-dev.yml +++ b/jeecg-boot-module-system/src/main/resources/application-dev.yml @@ -134,10 +134,11 @@ spring: # connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: - url: jdbc:mysql://42.194.239.145:3306/cheer-prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false + url: jdbc:mysql://8.138.162.67:3306/cheer-prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false +# url: jdbc:mysql://42.194.239.145:3306/cheer-prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false # url: jdbc:mysql://gz-cdb-4486l6qp.sql.tencentcdb.com:28636/cheer-prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false username: root - password: I5+sHYZQ + password: Fk4q*h@V driver-class-name: com.mysql.cj.jdbc.Driver # 多数据源配置 #multi-datasource1: @@ -147,8 +148,8 @@ spring: #driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 redis: - database: 15 - host: 47.120.64.83 + database: 6 + host: 8.138.162.67 lettuce: pool: max-active: -1 #最大连接数据库连接数,设 -1 为没有限制 @@ -156,7 +157,7 @@ spring: max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。 min-idle: 0 #最小等待连接中的数量,设 0 为没有限制 shutdown-timeout: 1000ms - password: 'aq.888888' + password: 'gmmGMM@2024' port: 6379 #mybatis plus 设置 mybatis-plus: diff --git a/jeecg-boot-module-system/src/main/resources/pay_weixin.properties b/jeecg-boot-module-system/src/main/resources/pay_weixin.properties index 176002c..c2bdf2c 100644 --- a/jeecg-boot-module-system/src/main/resources/pay_weixin.properties +++ b/jeecg-boot-module-system/src/main/resources/pay_weixin.properties @@ -2,7 +2,7 @@ pay.mchId=1684003236 pay.appId=wxe337e285c449abfc pay.mchKey=0fdb77429ffdf206c151af76a663041c pay.keyPath=classpath:apiclient_cert.pem -pay.notifyUrl=https://cheer-prod.hhlm1688.com/cheer-prod/cheer/two/notify -pay.notifyUrlDev=https://cheer-prod.hhlm1688.com/cheer-prod/cheer/two/notify +pay.notifyUrl=https://cheer.augcl.com/cheer-prod/cheer/two/notify +pay.notifyUrlDev=https://cheer.augcl.com/cheer-prod/cheer/two/notify