Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork689
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
NotificationsYou must be signed in to change notification settings
binarywang/weixin-java-miniapp-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
更多信息请查阅:https://github.com/Wechat-Group/WxJava
- 请注意,本demo为简化代码编译时加入了lombok支持,如果不了解lombok的话,请先学习下相关知识,比如可以阅读此文章;
- 另外,新手遇到问题,请务必先阅读【开发文档首页】的常见问题部分,可以少走很多弯路,节省不少时间。
- 配置:复制
/src/main/resources/application.yml.template
或者修改其扩展名生成application.yml
文件,根据自己需要填写相关配置(需要注意的是:yml文件内的属性冒号后面的文字之前需要加空格,可参考已有配置,否则属性会设置不成功); - 运行Java程序:
WxMaDemoApplication
; - 如果需要接入消息服务,请配置微信小程序中的消息服务器地址:http://外网可访问的域名/wx/portal/{appid} (注意{appid}要使用对应的小程序的appid进行替换), 官方文档接入指引:https://developers.weixin.qq.com/miniprogram/dev/framework/server-ability/message-push.html
About
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.