From de127f85ce95212a52617e578f3927e39c18b2fd Mon Sep 17 00:00:00 2001 From: alexxiyang Date: Sun, 2 Dec 2018 15:04:07 -0800 Subject: [PATCH] Add Maven badge --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 322e9855b..ae585934b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ shiro-redis ============= [![Build Status](https://travis-ci.org/alexxiyang/shiro-redis.svg?branch=master)](https://travis-ci.org/alexxiyang/shiro-redis) - +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.crazycake/shiro-redis/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.crazycake/shiro-redis) shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!