|
@@ -2,20 +2,19 @@ spring:
|
|
|
# datasource
|
|
|
datasource:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://192.168.1.142:3307/db_operation?serverTimezone=UTC&characterEncoding=utf8
|
|
|
+ url: jdbc:mysql://123.57.243.207:3306/db_operation?serverTimezone=UTC&characterEncoding=utf8
|
|
|
username: root
|
|
|
- password: asdfg12345
|
|
|
+ password: HEchuTIANya1.
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
hikari:
|
|
|
pool-name: mysqlDataSourcePool
|
|
|
maximum-pool-size: 20
|
|
|
minimum-idle: 10
|
|
|
- connection-timeout: 30000
|
|
|
- validation-timeout: 5000
|
|
|
- idle-timeout: 600000
|
|
|
+ connection-timeout: 120000
|
|
|
+ validation-timeout: 6000
|
|
|
+ idle-timeout: 60000
|
|
|
login-timeout: 5
|
|
|
- max-lifetime: 1800000
|
|
|
- connection-test-query: select 1
|
|
|
+ max-lifetime: 60000
|
|
|
# mybatis-plus
|
|
|
mybatis-plus:
|
|
|
global-config:
|
|
@@ -35,18 +34,18 @@ wechat:
|
|
|
# 微信第三方平台 (独立部署需要自主申请)
|
|
|
platform:
|
|
|
# appid
|
|
|
- appId: wxbc8cf6d177029077
|
|
|
+ appId: xxx
|
|
|
# appsecret
|
|
|
- appSecret: cad9594114c9473b5d9a697cfe154b33
|
|
|
+ appSecret: xxxxx
|
|
|
# 授权事件接收URL
|
|
|
- ticketUrl: http://luojigou.vip/wxoperate/wechat/notice
|
|
|
+ ticketUrl: https:xxxxxx/wechat/notice
|
|
|
# 加解密key
|
|
|
- secret: FDl8GfVXfGWwKs9LKc11xE6N2f8DM6MB8cyMm6xYsac
|
|
|
+ secret: xxxxx
|
|
|
# 开发平台配置token
|
|
|
- token: eNoUNRR4e7V85KLb
|
|
|
+ token: xxxxxx
|
|
|
# authCallBackUrl 授权回调地址
|
|
|
- authCallBack: http://luojigou.vip/wxoperate/wechat/authCallBack
|
|
|
+ authCallBack: https://xxxx/wechat/authCallBack
|
|
|
# 消息接受地址
|
|
|
- msgCallBack: http://luojigou.vip/wxoperate/wechat/msgCallBack
|
|
|
+ msgCallBack: https://xxxx/wechat/msgCallBack
|
|
|
# 授权确认界面地址 前端界面路由地址
|
|
|
confirm-domain: https://www.xxxx
|