Skip to content

Commit 3fd5957

Browse files
author
geekidea
committed
README
Former-commit-id: 3b2e3d916a0ea954a194b591051993bb761f2feb
1 parent 9e29524 commit 3fd5957

File tree

1 file changed

+55
-23
lines changed

1 file changed

+55
-23
lines changed

README.md

+55-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,55 @@
1-
# Introduction
2-
3-
## spring-boot-plus
4-
5-
> - 集成Spring Boot 2.1,Mybatis Plus,Druid,FastJson,Redis,Rabbit MQ,Kafka等
6-
> - 可使用代码生成器快速开发项目,使用maven assembly打包发布
7-
8-
#### 项目主页
9-
[GITHUB](https://github.com/geekidea/spring-boot-plus "GITHUB")
10-
[GITEE](https://gitee.com/geekidea/spring-boot-plus "GITHUB")
11-
12-
#### spring-boot-plus 文档
13-
[https://springboot.plus/](https://springboot.plus/ "docs")
14-
15-
#### 项目目标
16-
- 快速开发
17-
- 灵活配置
18-
- 方便维护
19-
- 快速部署
20-
- 集成缓存
21-
- 集成消息队列
22-
- 集成spring boot
23-
- HTTP请求监控
1+
## Introduction
2+
3+
### spring-boot-plus是一套集成spring boot常用开发组件的后台快速开发框架
4+
5+
## Purpose
6+
> 每个人都可以独立、快速、高效地开发项目!
7+
8+
> Everyone can develop projects independently, quickly and efficiently!
9+
10+
## Quick Start
11+
#### 官网地址:[springboot.plus](http://springboot.plus "springboot.plus")
12+
#### GITHUB:[https://github.com/geekidea/spring-boot-plus](https://github.com/geekidea/spring-boot-plus "spring-boot-plus github")
13+
#### GITEE:[https://gitee.com/geekidea/spring-boot-plus](https://gitee.com/geekidea/spring-boot-plus "spring-boot-plus gitee")
14+
15+
### 主要特性
16+
1. 集成spring boot 常用开发组件集、公共配置、AOP日志等
17+
2. 集成mybatis plus快速dao操作
18+
3. 快速生成后台代码: entity/param/vo/controller/service/mapper/xml
19+
4. 集成swagger2,可自动生成api文档
20+
5. 集成jwt、spring security权限控制
21+
6. 集成redis、spring cache、ehcache缓存
22+
7. 集成rabbit/rocket/kafka mq消息队列
23+
8. 集成druid连接池,JDBC性能和慢查询检测
24+
9. 集成spring boot admin,实时检测项目运行情况
25+
10. 使用assembly maven插件进行不同环境打包部署,包含启动、重启命令,配置文件提取到外部config目录
26+
27+
28+
### 项目环境
29+
中间件 | 版本 | 备注
30+
-|-|-
31+
JDK | 1.8+ | JDK1.8及以上 |
32+
MySQL | 5.7+ | 5.7及以上 |
33+
Redis | 3.2+ | |
34+
35+
### 技术选型
36+
技术 | 版本 | 备注
37+
-|-|-
38+
Spring Boot | 2.1.6.RELEASE | 最新发布稳定版 |
39+
Spring Framework | 5.1.8.RELEASE | 最新发布稳定版 |
40+
Mybatis | 3.5.1 | 持久层框架 |
41+
Mybatis Plus | 3.1.1 | mybatis增强框架 |
42+
Alibaba Druid | 1.1.17 | 数据源 |
43+
Fastjson | 1.2.58 | JSON处理工具集 |
44+
swagger2 | 2.7.0 | api文档生成工具 |
45+
commons-lang3 | 3.9 | 常用工具包 |
46+
commons-io | 2.6 | IO工具包 |
47+
commons-codec | 1.12 | 加密解密等工具包 |
48+
commons-collections | 3.2.1 | 集合工具包 |
49+
reflections | 0.9.11 | 反射工具包 |
50+
hibernate-validator | 6.0.17.Final | 后台参数校验注解 |
51+
jwt | 0.9.1 | json web token |
52+
hutool-all | 4.5.10 | 常用工具集 |
53+
54+
#### 官网地址:[springboot.plus](http://springboot.plus "springboot.plus")
55+

0 commit comments

Comments
 (0)