@@ -6,7 +6,7 @@ spring:
druid:
# 主库数据源
master:
- url: jdbc:mysql://192.168.10.15:63306/sjkjs_jnb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://117.78.49.164:63306/sjkjs_jnb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: sooka
password: sooka1a2b3c4d%...
# 从库数据源
@@ -16,7 +16,7 @@ ruoyi:
captchaType: math
# 文件服务地址和端口
fileServer:
- address: 127.0.0.1
+ address: https://sookajs.top
port: 8080
# 开发环境配置
@@ -75,7 +75,7 @@ spring:
# redis 配置
redis:
# 地址
- host: 192.168.10.12
+ host: 127.0.0.1
# 端口,默认为6379
port: 16379
# 数据库索引
@@ -13,11 +13,11 @@ public class PayUtils {
/**
* APPID
*/
- public static String APPID = "wxf75b34dd1f737174";
+ public static String APPID = "wx95288f123221157e";
* secret
- public static String SECRET = "7918ea657e4143248beef3cc8718d339";
+ public static String SECRET = "76f5793e356de0b78e985e994205948a";
* 微信服务器地址