weixin java mp demo
1.0.0
/src/main/resources/application.yml.template
or modify its extension to generate the application.yml
file, fill in the relevant configuration according to your needs (note: the text after the colon in the yml file needs to be added before Space, you can refer to the existing configuration, otherwise the attribute setting will not be successful); wx:
mp:
useRedis: false
redisConfig:
host: 127.0.0.1
port: 6379
timeout: 2000
configs:
- appId: 1111 # 第一个公众号的appid
secret: 1111 # 公众号的appsecret
token: 111 # 接口配置里的Token值
aesKey: 111 # 接口配置里的EncodingAESKey值
- appId: 2222 # 第二个公众号的appid,以下同上
secret: 1111
token: 111
aesKey: 111
WxMpDemoApplication
;