Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drtrang committed Feb 6, 2018
1 parent ea9d7d6 commit 3d7bc1b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
```
```

0 comments on commit 3d7bc1b

Please sign in to comment.