Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
BinaryWang d29cc984bc 初步实现一个使用Spring框架的Demo Web模块 há 10 anos
..
src/main 初步实现一个使用Spring框架的Demo Web模块 há 10 anos
.gitignore 初步实现一个使用Spring框架的Demo Web模块 há 10 anos
README.md 初步实现一个使用Spring框架的Demo Web模块 há 10 anos
pom.xml 初步实现一个使用Spring框架的Demo Web模块 há 10 anos

README.md

本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