| 123456789101112131415161718192021222324252627282930313233 |
- spring:
- application:
- name: husj-wx
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://mysql.110310.xyz:3306/husj_wx?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
- username: root
- password: 15629747218hsjH
- jackson:
- time-zone: Asia/Shanghai
- http:
- encoding:
- charset: UTF-8
- enabled: true
- force: true
- server:
- servlet:
- context-path: /wechat
- port: 28080
- wechat:
- token: qwertyui
- appid: wxebbc42cc41337ad6
- appsecret: b0e5198cd442efe767f473f1445bd162
- encodingAESKey: TAuWfJHftr4CmGtLe8aHwkA9JVaEMCA3VoQi9VhLVpD
- templateId: cQevVsdm6hLYMGKcNv7KVr8OtYbYVA8nNYx4qQ2nWkE
- email:
- host: smtp.030208.xyz
- port: 465
- username: husj@030208.xyz
- password: 15629747218hsjH
- notifyTo: 807244836@qq.com
|