初始化
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# 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
|
||||
```
|
Reference in New Issue
Block a user