|
@@ -1,52 +0,0 @@
|
|
|
-spring:
|
|
|
- # datasource
|
|
|
- datasource:
|
|
|
- driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://192.168.1.141:3307/db_operation?serverTimezone=UTC&characterEncoding=utf8
|
|
|
- username: root
|
|
|
- password: asdfg12345
|
|
|
- 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
|
|
|
- login-timeout: 5
|
|
|
- max-lifetime: 1800000
|
|
|
- connection-test-query: select 1
|
|
|
-# mybatis-plus
|
|
|
-mybatis-plus:
|
|
|
- global-config:
|
|
|
- db-config:
|
|
|
- id-type: id_worker_str
|
|
|
- configuration:
|
|
|
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
- map-underscore-to-camel-case: true
|
|
|
-# logging
|
|
|
-logging:
|
|
|
- file:
|
|
|
- name: ./log/gameContest.log
|
|
|
- level:
|
|
|
- root: info
|
|
|
- org.mybatis: debug
|
|
|
-wechat:
|
|
|
- # 微信第三方平台 (独立部署需要自主申请)
|
|
|
- platform:
|
|
|
- # appid
|
|
|
- appId: wxbc8cf6d177029077
|
|
|
- # appsecret
|
|
|
- appSecret: cad9594114c9473b5d9a697cfe154b33
|
|
|
- # 授权事件接收URL
|
|
|
- ticketUrl: http://luojigou.vip/wxoperate/wechat/notice
|
|
|
- # 加解密key
|
|
|
- secret: FDl8GfVXfGWwKs9LKc11xE6N2f8DM6MB8cyMm6xYsac
|
|
|
- # 开发平台配置token
|
|
|
- token: eNoUNRR4e7V85KLb
|
|
|
- # authCallBackUrl 授权回调地址
|
|
|
- authCallBack: http://luojigou.vip/wxoperate/wechat/authCallback
|
|
|
- # 消息接受地址
|
|
|
- msgCallBack: http://luojigou.vip/wxoperate/wechat/msgCallback
|
|
|
-# 授权确认界面地址 前端界面路由地址
|
|
|
-confirm-domain: https://www.xxxx
|