File tree Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change 1-
2- # ApiBoot
3- [ ![ 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-blue.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.5+_2.0+-green.svg )
1+ <p align =" center " >
2+ <img src =" http://image.yuqiyu.com/ApiBoot-Logo.png " height =" 200 " />
3+ </p >
4+ <p align =" center " >
5+ <a href="https://search.maven.org/search?q=g:org.minbox.framework">
6+ <img src="https://img.shields.io/maven-central/v/org.minbox.framework/api-boot.svg?label=Maven%20Central" alt="Maven Center">
7+ </a>
8+ <a href="https://github.com/weibocom/motan/blob/master/LICENSE">
9+ <img src="https://img.shields.io/badge/License-Apache%202.0-green.svg" alt="Apache License">
10+ </a>
11+ <a href="#">
12+ <img src="https://img.shields.io/badge/JDK-1.8+-green.svg" alt="JDK Version">
13+ </a>
14+ <a href="#">
15+ <img src="https://img.shields.io/badge/SpringBoot-1.5+_2.0+-green.svg" alt="SpringBoot Version">
16+ </a>
17+ </p >
418
519` ApiBoot ` 是一款基于` SpringBoot1.x ` 、` SpringBoot2.x ` 的接口服务集成基础框架,内部提供了框架的封装集成,让接口开发者完成开箱即用,不再为搭建接口框架而犯愁,从而极大的提高开发效率。
620通过在我的` SpringBoot ` 系列教程中得到的学习者的反馈,才决定来封装一套对应我文章的基础框架,` ApiBoot ` 内的每一个框架的具体讲解都在文章内进行了详细说明,如果有不明白的可以通过如下途径访问我的文章:
721
22+ - [ 小程序 - 恒宇少年的知识库] ( http://image.yuqiyu.com/%E6%81%92%E5%AE%87%E5%B0%91%E5%B9%B4%E7%9A%84%E7%9F%A5%E8%AF%86%E5%BA%93.jpg )
823- [ 我的博客 - 恒宇少年De成长之路] ( http://blog.yuqiyu.com )
924- [ 我的简书] ( https://www.jianshu.com/u/092df3f77bca )
1025
5065 <dependency >
5166 <groupId >org.minbox.framework</groupId >
5267 <artifactId >api-boot-dependencies</artifactId >
53- <version >2.0.5.RELEASE </version >
68+ <version >2.0.6.RC1 </version >
5469 <type >pom</type >
5570 <scope >import</scope >
5671 </dependency >
@@ -103,9 +118,12 @@ Demo列表:
103118
104119yuqiyu999
105120
106- #### 钉钉群
121+ #### ApiBoot 开源群组
107122
108- ![ ] ( https://github.com/hengboy/api-boot/blob/master/dingding_group.JPG )
123+ <p align =" left " >
124+ <img src =" http://image.yuqiyu.com/ApiBoot-qq-group-1.png " height =" 240 " >
125+ <img src =" http://image.yuqiyu.com/dingding_group.JPG " height =" 240 " >
126+ </p >
109127
110128### 项目结构
111129
You can’t perform that action at this time.
0 commit comments