- server:
- port: 3030
- wx:
- general:
- appId: wxf9360d70bc1406ee
- appSecret:
- grantType: client_credential
- spring:
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- username:
- password:
- url: jdbc:mysql://localhost:3306/wx_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
- mybatis:
- mapper-locations: classpath:mybatis/*.xml
|