# lemon-boot-example
**Repository Path**: aiy/lemon-boot-example
## Basic Information
- **Project Name**: lemon-boot-example
- **Description**: 几个简单依赖配置即可完成企业级基础开发框架,简洁的代码封装,丰富的工具类!
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2022-04-02
- **Last Updated**: 2022-11-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# `Lemon-Core` 示例
几个简单依赖配置即可完成企业级基础开发框架,简洁的代码封装,丰富的工具类!不够?那就自己加!
- `MyBatis-Plus` `CRUD`
- `Redis` 缓存
- `Swagger` 文档
- 操作日志记录
> 适用类型:适合企业开发中作为基础依赖库或者新建相似项目较多的情况,如果只有一两个项目,那随便找一个后台权限框架改改足矣!
## 使用
### 下载安装依赖
```shell
git clone https://gitee.com/aiy/lemon-core.git
mvn install
```
### 新建 `spring-boot` 项目
`pom.xml` 新增依赖
```xml
com.lemon
lemon-core-dependencies
${lemon.core.version}
pom
import
```
```xml
com.lemon
lemon-core-web
com.lemon
lemon-core-mybatis
com.github.xiaoymin
knife4j-spring-boot-starter
```