Skip to content

Commit fa4bbe1

Browse files
committed
文档调整.
1 parent e26da38 commit fa4bbe1

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[![Maven Central](https://img.shields.io/maven-central/v/org.minbox.framework/api-boot.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.minbox.framework%22%20AND%20a:%22api-boot%22)[![License](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://github.com/weibocom/motan/blob/master/LICENSE) ![](https://img.shields.io/badge/JDK-1.8+-green.svg) ![](https://img.shields.io/badge/SpringBoot-1.4+_1.5+_2.0+-green.svg)
2+
[![Maven Central](https://img.shields.io/maven-central/v/org.minbox.framework/api-boot.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.minbox.framework%22%20AND%20a:%22api-boot%22) [![License](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](https://github.com/weibocom/motan/blob/master/LICENSE) ![](https://img.shields.io/badge/JDK-1.8+-green.svg) ![](https://img.shields.io/badge/SpringBoot-1.4+_1.5+_2.0+-green.svg)
33

44
`ApiBoot`是一款基于`SpringBoot2.x`的接口服务集成基础框架,内部提供了框架的封装集成,让接口开发者完成开箱即用,不再为搭建接口框架而犯愁,从而极大的提高开发效率。
55
通过在我的`SpringBoot`系列教程中得到的学习者的反馈,才决定来封装一套对应我文章的基础框架,`ApiBoot`内的每一个框架的具体讲解都在文章内进行了详细说明,如果有不明白的可以通过如下途径访问我的文章:
@@ -96,19 +96,20 @@ yuqiyu999
9696

9797
![](https://github.com/hengboy/api-boot/blob/master/dingding_group.JPG)
9898

99-
### 目录概述
99+
### 项目结构
100100

101101
```
102-
. framework
103-
├── converter
104-
├── enums
105-
├── event
106-
├── model
107-
├── security
108-
│ ├── delegate
109-
│ ├── jdbc
110-
│ ├── properties
111-
│ └── userdetails
102+
. api-boot
103+
├── api-boot-projects
104+
│ ├── api-boot-autoconfigure
105+
│ ├── api-boot-common
106+
│ ├── api-boot-dependencies
107+
│ ├── api-boot-parent
108+
│ └── api-boot-starters
109+
├── api-boot-samples
110+
│ ├── api-boot-sample-http-converter
111+
│ ├── api-boot-sample-security-oauth-jwt
112+
│ └── api-boot-sample-swagger
112113
└── tools
113114
```
114115

api-boot-samples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Demo列表:
44

5-
- [ApiBoot Security Oauth](https://github.com/hengboy/api-boot/api-boot-samples/api-boot-sample-security-oauth-jwt)
6-
- [ApiBoot Swagger](https://github.com/hengboy/api-boot/api-boot-samples/api-boot-sample-swagger)
7-
- [ApiBoot Http Converter](https://github.com/hengboy/api-boot/api-boot-samples/api-boot-sample-http-converter)
5+
- [ApiBoot Security Oauth](https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-security-oauth-jwt)
6+
- [ApiBoot Swagger](https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-swagger)
7+
- [ApiBoot Http Converter](https://github.com/hengboy/api-boot/tree/master/api-boot-samples/api-boot-sample-http-converter)
88

0 commit comments

Comments
 (0)