File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33Demo列表:
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
You can’t perform that action at this time.
0 commit comments