本项目为weixin-java-tools的Demo演示程序,更多Demo请查阅:https://github.com/Wechat-Group/weixin-java-tools
- 如果想使用更多公众号,请复制相关配置文件,修改spring配置文件添加相应配置,同时还需要增加相应的controller和service,具体可以参考已有源码进行操作。
- 如果只是使用一个公众号,建议使用另外的项目: https://github.com/wechat-group/weixin-java-mp-demo 或者 https://github.com/wechat-group/weixin-java-mp-demo-springboot 。
- 配置:
- 复制/src/main/resources/wx-gzh1.properties.template 生成wx-gzh1.properties 文件,填写相关配置;
- 复制/src/main/resources/wx-gzh2.properties.template 生成wx-gzh2.properties 文件,填写相关配置。
- 使用maven运行demo程序:
mvn jetty:run
或者自己打 war包发布到tomcat运行; - 配置微信公众号中的接口地址:http://xxx/api/gzh1/portal 或 http://xxx/api/gzh2/portal (注意XXX需要是外网可访问的域名,需要符合微信官方的要求)
- 根据自己需要修改各个handler的实现,加入自己的业务逻辑