Git Product home page Git Product logo

shiro-redis's Introduction

shiro-redis

Introduction

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!

Documentation

Official documentation is located here.

修复了作者的一个bug

alexxiyang#113 这个bug会导致崩溃,已经修复好向作者发起pr,还未被合并,作者已经有段时间不维护了 可以先使用我修复后发布的版本,接入方法 在pom.xml的project节点加入

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

然后将作者的库 替换为我的

<dependency>
      <groupId>com.github.manondidi</groupId>
      <artifactId>shiro-redis</artifactId>
      <version>3.2.10</version>
  </dependency>

shiro-redis's People

Contributors

alexxiyang avatar xchendeveloper avatar theo avatar alex-sherwin avatar gjhuai avatar manondidi avatar

Stargazers

 avatar young-public avatar  avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.