-
在线预览: http://boot.tycoding.cn
Tumo-Boot 是基于SpringBoot2.x、SpringSecurity的RBAC项目脚手架,前端基于Node、Vue3.x、Ant-Design-Vue2.x、Vite、TypeScript。
如果你已经熟悉了RBAC单体项目开发,你可以学习 Tumo-Cloud: https://github.com/Tumo-Team/tumo-cloud。
环境
| Name | Version |
|---|---|
| JDK | 1.8 |
| MySql | 8.x |
| OS | MacOS13 |
| IDEA | 2022.x |
后端
| Name | Version | Document |
|---|---|---|
| Spring Boot | 2.x | https://github.com/spring-projects/spring-boot |
| Spring Security | 5.x | https://github.com/spring-projects/spring-security |
| Mybatis-Plus | 3.x | https://baomidou.com/guide/ |
| Hutool | 5.x | https://hutool.cn/docs/#/ |
前端
| Name | Version | Document |
|---|---|---|
| Vben | 2.x | https://github.com/anncwb/vue-vben-admin |
| Vue.js | 3.x | https://cn.vuejs.org/v2/guide/ |
| Ant-Design-Vue | 2.x | https://www.antdv.com/docs/vue/introduce-cn/ |
# 克隆本仓库
$ git clone https://github.com/Tumo-Team/tumo-boot-docs.git
# 或者使用 npm
$ yarn install
# 启动开发服务器
$ yarn dev




