Shiro Redisson Spring Boot Starter
Shiro Redisson Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成shiro-redisson。 ##样例
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Redis Данные Базы данных Redisson |
| Группа | Группаcom.github.fartherp.spring.boot |
| Идентификатор | Идентификаторshiro-redisson-spring-boot-starter |
| Последняя версия | Последняя версия1.0.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеshiro-redisson-spring-boot-starter
shiro redisson integration with Spring Boot
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/shiro-redisson-spring-boot-starter/ -->
<dependency>
<groupId>com.github.fartherp.spring.boot</groupId>
<artifactId>shiro-redisson-spring-boot-starter</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/shiro-redisson-spring-boot-starter/
implementation 'com.github.fartherp.spring.boot:shiro-redisson-spring-boot-starter:1.0.8'
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/shiro-redisson-spring-boot-starter/
implementation ("com.github.fartherp.spring.boot:shiro-redisson-spring-boot-starter:1.0.8")
'com.github.fartherp.spring.boot:shiro-redisson-spring-boot-starter:jar:1.0.8'
<dependency org="com.github.fartherp.spring.boot" name="shiro-redisson-spring-boot-starter" rev="1.0.8">
<artifact name="shiro-redisson-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp.spring.boot', module='shiro-redisson-spring-boot-starter', version='1.0.8')
)
libraryDependencies += "com.github.fartherp.spring.boot" % "shiro-redisson-spring-boot-starter" % "1.0.8"
[com.github.fartherp.spring.boot/shiro-redisson-spring-boot-starter "1.0.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| com.github.fartherp.spring.boot : shiro-redisson-spring-boot-autoconfigure | jar | 1.0.8 |
| com.github.fartherp : shiro-redisson | jar | 1.1.4 |
| org.apache.shiro : shiro-spring-boot-web-starter | jar | 1.4.0 |
Shiro Redisson Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成shiro-redisson。 ##样例