- Tumo-Cloud演示地址:http://cloud.tycoding.cn
- Tumo-Cloud在线文档:http://docs.cloud.tycoding.cn
- Tumo-Cloud后端地址:https://github.com/Tumo-Team/tumo-cloud
- Tumo-Cloud前端地址:https://github.com/Tumo-Team/tumo-cloud-ui
- Tumo-Cloud文档地址:https://github.com/Tumo-Team/tumo-cloud-docs
public static void main(String[] args){
System.out.println("Hello Tumo Team!");
}
Tumo-Cloud 是基于SpringCloud2020.x、SpringCloud Alibaba2021.x、SpringBoot2.5.x、SpringSecurity开发的权限管理项目,前端基于Node、Vue3.x、Ant-Design-Vue2.x开发。
# 克隆本仓库
$ git clone https://github.com/Tumo-Team/tumo-cloud-docs.git
# 或者使用 npm
$ yarn install
# 启动开发服务器
$ yarn dev