Skip to content

Commit 142fe51

Browse files
Merge pull request #52 from geekidea/dev
💻 1.2.3.RELEASE Java Api Docs
2 parents 533d054 + 8bb88c4 commit 142fe51

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

README-zh.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@
3333
## 官网
3434
#### [springboot.plus](http://springboot.plus)
3535

36-
## CHANGELOG
37-
#### [CHANGELOG.md](https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md)
38-
39-
## Java Docs
40-
#### [Java Api Docs](http://geekidea.io/spring-boot-plus-apidocs/)
41-
42-
## 项目架构
43-
![spring-boot-plus-architecture.jpg](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg)
44-
4536
### 主要特性
4637
1. 集成spring boot 常用开发组件集、公共配置、AOP日志等
4738
2. 集成mybatis plus快速dao操作
@@ -54,6 +45,9 @@
5445
9. 集成spring boot admin,实时检测项目运行情况
5546
10. 使用assembly maven插件进行不同环境打包部署,包含启动、重启命令,配置文件提取到外部config目录
5647

48+
## 项目架构
49+
![spring-boot-plus-architecture.jpg](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg)
50+
5751
### 项目环境
5852
中间件 | 版本 | 备注
5953
-|-|-
@@ -81,6 +75,11 @@ jwt | 0.9.1 | json web token |
8175
hutool-all | 4.6.4 | 常用工具集 |
8276
lombok | 1.18.8 | 注解生成Java Bean等工具 |
8377

78+
## CHANGELOG
79+
#### [CHANGELOG.md](https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md)
80+
81+
## Java Docs
82+
#### [Java Api Docs](http://geekidea.io/spring-boot-plus-apidocs/)
8483

8584
## 使用
8685
### 克隆 spring-boot-plus

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@
3535
## Website
3636
#### [springboot.plus](http://springboot.plus)
3737

38-
## CHANGELOG
39-
#### [CHANGELOG.md](https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md)
40-
41-
## Java Docs
42-
#### [Java Api Docs](http://geekidea.io/spring-boot-plus-apidocs/)
43-
44-
## Architecture
45-
![spring-boot-plus-architecture.jpg](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg)
46-
4738
## Features
4839
- Integrated spring boot common development component set, common configuration, AOP log, etc
4940
- Integrated mybatis-plus fast dao operation
@@ -56,6 +47,9 @@
5647
- Integrated Spring Boot Admin, real-time detection of project operation
5748
- Integrate maven-assembly-plugin for different environment package deployment, including startup and restart commands, and extract configuration files to external config directory
5849

50+
## Architecture
51+
![spring-boot-plus-architecture.jpg](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg)
52+
5953
### Project Environment
6054
Middleware | Version | Remark
6155
-|-|-
@@ -83,6 +77,12 @@ jwt | 0.9.1 | JSON WEB TOKEN |
8377
hutool-all | 4.6.4 | Common toolset |
8478
lombok | 1.18.8 | Automatically plugs |
8579

80+
## CHANGELOG
81+
#### [CHANGELOG.md](https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md)
82+
83+
## Java Docs
84+
#### [Java Api Docs](http://geekidea.io/spring-boot-plus-apidocs/)
85+
8686
## Getting started
8787
### Clone spring-boot-plus
8888
```bash

0 commit comments

Comments
 (0)