初始化

This commit is contained in:
2025-04-23 11:03:01 +08:00
commit 89c2e6c5c4
148 changed files with 11513 additions and 0 deletions

15
README.md Normal file
View 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
```