dev --- 3.8.0.A版本, openProject引用 ; formao-live --- 3.7.0.B 版本, formallProject引用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BinaryWang 2207497a6c 修复部分单词的拼写错误 8 年之前
..
src/main 修复部分单词的拼写错误 8 年之前
.gitignore 初步实现一个使用Spring框架的Demo Web模块 8 年之前
README.md 初步实现一个使用Spring框架的Demo Web模块 8 年之前
pom.xml 版本号更新为 2.0.0-SNAPSHOT 8 年之前

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