From 3d7bc1bc54500c82ffb4d9baf5d265ea854e085d Mon Sep 17 00:00:00 2001 From: Trang Date: Tue, 6 Feb 2018 20:08:24 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fd123e..8433111 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ # Redisson Spring Boot Starter +[![Build Status](https://img.shields.io/travis/drtrang/redisson-spring-boot/master.svg?style=flat-square)](https://www.travis-ci.org/drtrang/redisson-spring-boot) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.drtrang/redisson-spring-boot.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.github.drtrang/redisson-spring-boot) +[![GitHub Release](https://img.shields.io/github/release/drtrang/redisson-spring-boot.svg?style=flat-square)](https://github.com/drtrang/redisson-spring-boot/releases) +[![License](http://img.shields.io/badge/license-apache%202-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0) + +Redisson Spring Boot Starter 将帮助你在 Spring Boot 中使用 Redisson。 + +## 依赖 ```xml com.github.drtrang redisson-spring-boot-starter 1.1.0 -``` \ No newline at end of file +```