# bootutils
**Repository Path**: Edon-Du/bootutils
## Basic Information
- **Project Name**: bootutils
- **Description**: 基于springboot3的便捷开发工具
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2023-08-28
- **Last Updated**: 2023-09-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: springboot-utils, 代码生成, SpringBoot3, 机器人告警
## README
# bootutils
#### 介绍
基于springboot3的便捷开发工具
#### 软件架构
springboot 3.13 hutool 5.8.21
#### 快速开始
- 通过import方式
```xml
com.chenggongdu
bootutils-bom
1.0.0
pom
import
```
在子模块中就可以引入自己需要的模块了:
```xml
com.chenggongdu
bootutils-gencode
test
```
- 通过dependency直接引入
```xml
com.chenggongdu
bootutils-gencode
test
1.0.0
```
#### 使用说明
##### 代码生成
面向单一原则的代码生成,依赖springboot3 和 openapi3
- 如何快速测试
1. git clone https://github.com/chenggongdu/bootutils.git
2. bootutils-demo有快速使用例子,代码的生成的参考com.chenggongdu.demo.GenCodeTest
- 生成目录结构说明

#### 参与贡献
欢迎小伙伴提交issue和pr
- [github]https://github.com/chenggongdu/bootutils
- [gitee]https://gitee.com/Edon-Du/bootutils