We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ca2d2 commit 880818eCopy full SHA for 880818e
README.md
@@ -3,6 +3,9 @@
3
</p>
4
<p align="center">
5
<img src="https://www.travis-ci.org/hengboy/api-boot.svg?branch=master" alt="build">
6
+ <a href="https://codecov.io/gh/minbox-projects/api-boot">
7
+ <img src="https://codecov.io/gh/minbox-projects/api-boot/branch/master/graph/badge.svg" alt="codecov"/>
8
+ </a>
9
<a href="https://gitter.im/api-boot/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge">
10
<img src="https://badges.gitter.im/api-boot/community.svg" alt="Gitter"/>
11
</a>
@@ -23,6 +26,7 @@
23
26
24
27
25
28
29
+
30
ApiBoot是接口服务的落地解决方案,提供了一系列开箱即用的组件,通过封装来简化主流第三方框架的集成,从而提高开发者开发效率、学习成本、降低入门门槛,真正的实现开箱即用!!!
31
32
对SpringBoot简单了解的开发者就可以编写安全稳定的接口服务,可为移动端、网页端等多个端点提供丰富的安全接口。
0 commit comments