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 |
| Последняя версия | Последняя версия1.0.8 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеshiro-redisson-spring-boot
shiro redisson integration with Spring Boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| shiro-redisson-spring-boot-1.0.8.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/shiro-redisson-spring-boot/ -->
<dependency>
<groupId>com.github.fartherp.spring.boot</groupId>
<artifactId>shiro-redisson-spring-boot</artifactId>
<version>1.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/shiro-redisson-spring-boot/
implementation 'com.github.fartherp.spring.boot:shiro-redisson-spring-boot:1.0.8'
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/shiro-redisson-spring-boot/
implementation ("com.github.fartherp.spring.boot:shiro-redisson-spring-boot:1.0.8")
'com.github.fartherp.spring.boot:shiro-redisson-spring-boot:pom:1.0.8'
<dependency org="com.github.fartherp.spring.boot" name="shiro-redisson-spring-boot" rev="1.0.8">
<artifact name="shiro-redisson-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp.spring.boot', module='shiro-redisson-spring-boot', version='1.0.8')
)
libraryDependencies += "com.github.fartherp.spring.boot" % "shiro-redisson-spring-boot" % "1.0.8"
[com.github.fartherp.spring.boot/shiro-redisson-spring-boot "1.0.8"]
Shiro Redisson Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成shiro-redisson。 ##样例