|
@@ -6,9 +6,9 @@ spring:
|
|
|
# 数据源配置
|
|
|
datasource:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/smart_face?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://127.0.0.1:3307/smart_face?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
- password: 123456
|
|
|
+ password: 1234
|
|
|
# 是否打开sql监控台 (生产环境请务必关闭此选项)
|
|
|
druid:
|
|
|
stat-view-servlet:
|
|
@@ -54,8 +54,10 @@ spring:
|
|
|
gate-port: 8131
|
|
|
wx:
|
|
|
enable: true
|
|
|
- app-id: wxd40a34141872bf0c
|
|
|
- app-secret: 2e6a69fab1fbab60369ebd21b0882f3e
|
|
|
+# app-id: wxd40a34141872bf0c
|
|
|
+# app-secret: 2e6a69fab1fbab60369ebd21b0882f3e
|
|
|
+ app-id: wx4979e287cbed0d86
|
|
|
+ app-secret: 0f2c93b93615b768c6423651ab536ddb
|
|
|
access-token-key: wechat:base_token_key
|
|
|
js-api-ticket-key: wechat:jsapi_ticket_key
|
|
|
access-token-url: https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${wx.app-id}&secret=${wx.app-secret}
|