Shiro Redisson Spring Boot Starter
Shiro Redisson Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成shiro-redisson。 ##样例
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases Auto Application Layer Libs Code Generators config Configuration Redisson |
GroupId | GroupIdcom.github.fartherp.spring.boot |
ArtifactId | ArtifactIdshiro-redisson-spring-boot-autoconfigure |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionshiro redisson integration with Spring Boot
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/shiro-redisson-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.fartherp.spring.boot</groupId>
<artifactId>shiro-redisson-spring-boot-autoconfigure</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/shiro-redisson-spring-boot-autoconfigure/
implementation 'com.github.fartherp.spring.boot:shiro-redisson-spring-boot-autoconfigure:1.0.8'
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/shiro-redisson-spring-boot-autoconfigure/
implementation ("com.github.fartherp.spring.boot:shiro-redisson-spring-boot-autoconfigure:1.0.8")
'com.github.fartherp.spring.boot:shiro-redisson-spring-boot-autoconfigure:jar:1.0.8'
<dependency org="com.github.fartherp.spring.boot" name="shiro-redisson-spring-boot-autoconfigure" rev="1.0.8">
<artifact name="shiro-redisson-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp.spring.boot', module='shiro-redisson-spring-boot-autoconfigure', version='1.0.8')
)
libraryDependencies += "com.github.fartherp.spring.boot" % "shiro-redisson-spring-boot-autoconfigure" % "1.0.8"
[com.github.fartherp.spring.boot/shiro-redisson-spring-boot-autoconfigure "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
com.github.fartherp : shiro-redisson | jar | 1.1.4 |
org.slf4j : slf4j-api Optional | jar | |
org.apache.shiro : shiro-spring-boot-web-starter | jar | 1.4.0 |
org.redisson : redisson-spring-boot-starter | jar | 3.11.0 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |
Shiro Redisson Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成shiro-redisson。 ##样例