spring: application: name: taoyuan resources: static-locations: classpath:/static/,classpath:/resources/ profiles: active: pro datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver mybatis: mapper-locations: classpath:mapper/*.xml config-location: classpath:mybatis-config.xml type-aliases-package: com.hc.business.model wx: miniapp: configs: - appid: wxa816de8562857f08 secret: 21ec317daf2d813b3ae4af03560309cf token: XXX # 微信小程序消息服务器配置的token aesKey: XXX # 微信小程序消息服务器配置的EncodingAESKey msgDataFormat: JSON