application-qh.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. server:
  2. port: 3030
  3. wx:
  4. general:
  5. appId: wx8735db2da152ce19
  6. appSecret: 016edeba9d3f0508c95476ceec5f65e4
  7. spring:
  8. config:
  9. activate:
  10. on-profile: qh
  11. datasource:
  12. driver-class-name: com.mysql.cj.jdbc.Driver
  13. # username: tuser
  14. # password: Qq!123
  15. # url: jdbc:mysql://120.76.84.45:3306/wx_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
  16. username: wx_service
  17. password: p9ryaBSuA6
  18. url: jdbc:mysql://out-rm-wz92efl25x02n44xego.mysql.rds.aliyuncs.com:3306/wx_service?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
  19. thymeleaf:
  20. cache: false
  21. prefix: classpath:/templates/
  22. suffix: .html
  23. check-template-location: true
  24. encoding: UTF-8
  25. mode: HTML
  26. servlet:
  27. content-type: text/html
  28. mybatis:
  29. mapper-locations: classpath:mybatis/*.xml
  30. configuration:
  31. map-underscore-to-camel-case: true
  32. logging:
  33. config: classpath:logback.xml
  34. sms:
  35. # 单条短信请求url
  36. singleUrl: https://sms.yunpian.com/v2/sms/single_send.json
  37. # 短信模板
  38. smsContent: 【前海电商】欢迎绑定%s公众号,您的手机验证码是%s。本条信息无需回复
  39. #e码头e站通公众号
  40. #wechat: emato
  41. #前海e码头公众号
  42. wechat: qhemato