1. 程式人生 > >springboot搭建微信小程式

springboot搭建微信小程式

前期準備
IDEA環境、JDK1.8+、MAVEN、微信開發者工具
https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html

專案內容
1、SpringBoot + Mybatis框架的搭建
2、單元測試
3、分層設計
4、微信小程式的基本知識及本地開發
5、前後分離及聯調

專案結構
【小程式為了歸檔方便,所以放到了專案路徑的demo下,開發中可以放到對應的空資料夾下即可】
專案結構

錯誤整理
1、引入c3p0報錯,版本問題,參考maven庫
在這裡插入圖片描述

2、service缺少註解
註解缺失

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