15 lines
419 B
Markdown
15 lines
419 B
Markdown
|
# Spring Boot 3 项目模版
|
||
|
|
||
|
## 本模版项目使用方法
|
||
|
|
||
|
1. 安装 [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/) 命令
|
||
|
2. cookiecutter 本模版的文件夹
|
||
|
3. 根据命令行提示,生成项目
|
||
|
|
||
|
## 项目模版
|
||
|
|
||
|
1. Spring Boot 3 + mybatis plus + mapstruct + mysql / postgis + redis 包含 RABC 权限模型
|
||
|
|
||
|
```
|
||
|
cookiecutter https://www.llvy.ltd/llvy.ltd/sample-project.git --checkout main
|
||
|
```
|