Skip to content

leifchen/hello-wechat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot + MyBatis 搭建微信小程序

使用 Spring Boot + MyBatis 开发后台 API 接口,微信小程序作为前端展示页面。

如何使用

  1. 下载代码到本地 git clone git@github.com:leifchen/hello-wechat-app.git
  2. 导入 IDE ,运行 Gradle 下载依赖 gradle build
  3. 运行 sql 目录里的 schema 文件,初始化数据库和表
  4. 运行 backend--后端的 App 入口程序
  5. 使用微信web开发者工具,导入 frontend--前端并运行

参考

  1. GitHub代码
  2. CSDN博客
  3. SpringBoot+MyBatis搭建迷你小程序

Releases

No releases published

Packages

No packages published