springboot搭建微信小程序

前期准备
IDEA环境、JDK1.8+、MAVEN、微信开发者工具
https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html

项目内容
1、SpringBoot + Mybatis框架的搭建
2、单元测试
3、分层设计
4、微信小程序的基本知识及本地开发
5、前后分离及联调

项目结构
【小程序为了归档方便,所以放到了项目路径的demo下,开发中可以放到对应的空文件夹下即可】
springboot搭建微信小程序_第1张图片

错误整理
1、引入c3p0报错,版本问题,参考maven库
springboot搭建微信小程序_第2张图片

2、service缺少注解
springboot搭建微信小程序_第3张图片

GitHub地址
https://github.com/NullPointer8023/springboot-mini-program

参考资料
https://www.imooc.com/learn/945
https://blog.csdn.net/sundacheng1989/article/details/81630370
https://blog.csdn.net/a532672728/article/details/77702772

你可能感兴趣的:(微服务)