dev --- 3.8.0.A版本, openProject引用 ; formao-live --- 3.7.0.B 版本, formallProject引用
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
BinaryWang a3fcaa0198 一些小的代码调整 il y a 8 ans
..
src/main 一些小的代码调整 il y a 8 ans
.gitignore 初步实现一个使用Spring框架的Demo Web模块 il y a 8 ans
README.md 初步实现一个使用Spring框架的Demo Web模块 il y a 8 ans
pom.xml demo 增加对aes消息加密的支持 il y a 8 ans

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