Skip to content

Tumo-Team/tumo-boot-docs

Repository files navigation

Tumo Team —— Tumo-Boot

Tumo Boot

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/

预览

image-20230204220030257

image-20230204220123386 image-20230204220144440

image-20230204220204477

image-20230204220300817

本地编译文档

# 克隆本仓库
$ git clone https://github.com/Tumo-Team/tumo-boot-docs.git

# 或者使用 npm
$ yarn install

# 启动开发服务器
$ yarn dev