Skip to content

Commit 0c68c61

Browse files
committed
Modify svg to use md mode
1 parent 43eb610 commit 0c68c61

File tree

1 file changed

+12
-27
lines changed

1 file changed

+12
-27
lines changed

README.md

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,16 @@
1-
<p align="center">
2-
<img src="http://apiboot.minbox.io/img/apiboot-colorful.png" height="200"/>
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>
12-
<a href="http://apiboot.minbox.io">
13-
<img src="https://img.shields.io/badge/link-官方文档-green.svg?style=flat-square" alt="ApiBoot官网">
14-
</a>
15-
<a href="https://search.maven.org/search?q=g:org.minbox.framework">
16-
<img src="https://img.shields.io/maven-central/v/org.minbox.framework/api-boot.svg?label=Maven%20Central" alt="Maven Center">
17-
</a>
18-
<a href="https://github.com/weibocom/motan/blob/master/LICENSE">
19-
<img src="https://img.shields.io/badge/License-Apache%202.0-green.svg" alt="Apache License">
20-
</a>
21-
<a href="#">
22-
<img src="https://img.shields.io/badge/JDK-1.8+-green.svg" alt="JDK Version">
23-
</a>
24-
<a href="#">
25-
<img src="https://img.shields.io/badge/SpringBoot-2.0+-green.svg" alt="SpringBoot Version">
26-
</a>
27-
</p>
1+
<img src="http://apiboot.minbox.io/img/apiboot-colorful.png" align="left" height="100" width="426"/>
282

3+
# ApiBoot:为组件化构建Api服务而生
4+
5+
[![](https://www.travis-ci.org/hengboy/api-boot.svg?branch=master)](https://www.travis-ci.org/github/minbox-projects/api-boot)
6+
[![](https://codecov.io/gh/minbox-projects/api-boot/branch/master/graph/badge.svg)](https://codecov.io/gh/minbox-projects/api-boot)
7+
[![](https://badges.gitter.im/api-boot/community.svg)](https://gitter.im/api-boot/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
8+
[![](https://img.shields.io/badge/link-官方文档-green.svg?style=flat-square)](https://apiboot.minbox.io)
9+
[![](https://img.shields.io/maven-central/v/org.minbox.framework/api-boot.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:org.minbox.framework)
10+
[![](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://github.com/weibocom/motan/blob/master/LICENSE)
11+
![](https://img.shields.io/badge/JDK-1.8+-green.svg)
12+
13+
## 什么是ApiBoot?
2914

3015
ApiBoot是接口服务的落地解决方案,提供了一系列开箱即用的组件,通过封装来简化主流第三方框架的集成,从而提高开发者开发效率、学习成本、降低入门门槛,真正的实现开箱即用!!!
3116

0 commit comments

Comments
 (0)