mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-23 20:43:53 +08:00
初步实现一个使用Spring框架的Demo Web模块
This commit is contained in:
7
weixin-java-demo-with-spring/README.md
Normal file
7
weixin-java-demo-with-spring/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
#### 本Demo使用Spring MVC 框架实现微信公众号后台管理功能,支持多公众号,欢迎帮忙维护添加新功能,或提供更好的实现。
|
||||
### 1. 配置
|
||||
复制/src/main/resources/wx-gzh1.properties.template 生成wx-gzh1.properties 文件,填写相关配置;
|
||||
复制/src/main/resources/wx-gzh2.properties.template 生成wx-gzh2.properties 文件,填写相关配置.
|
||||
|
||||
### 2. 使用maven运行demo程序
|
||||
mvn jetty:run
|
Reference in New Issue
Block a user