application.yml 393 B

12345678910111213141516
  1. server:
  2. port: 3030
  3. wx:
  4. general:
  5. appId: wxf9360d70bc1406ee
  6. appSecret:
  7. grantType: client_credential
  8. spring:
  9. datasource:
  10. driver-class-name: com.mysql.cj.jdbc.Driver
  11. username:
  12. password:
  13. url: jdbc:mysql://localhost:3306/wx_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
  14. mybatis:
  15. mapper-locations: classpath:mybatis/*.xml