Spring Boot Plus
- Custom implementation for Spring Boot
- Note: This project is unofficial and experimental.
TOC
spring-boot-autoconfigure
- TODO
License
- This software is released under the Apache License 2.0.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Redis Данные Базы данных |
| Группа | Группаcom.github.spt-oss |
| Идентификатор | Идентификаторspring-boot-starter-data-redis |
| Последняя версия | Последняя версия2.0.7.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCustom implementation for Spring Boot
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-data-redis/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>2.0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-data-redis/
implementation 'com.github.spt-oss:spring-boot-starter-data-redis:2.0.7.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-data-redis/
implementation ("com.github.spt-oss:spring-boot-starter-data-redis:2.0.7.0")
'com.github.spt-oss:spring-boot-starter-data-redis:jar:2.0.7.0'
<dependency org="com.github.spt-oss" name="spring-boot-starter-data-redis" rev="2.0.7.0">
<artifact name="spring-boot-starter-data-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-starter-data-redis', version='2.0.7.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-data-redis" % "2.0.7.0"
[com.github.spt-oss/spring-boot-starter-data-redis "2.0.7.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-pool2 | jar | 2.5.0 |
| com.github.spt-oss : spring-boot-autoconfigure | jar | 2.0.7.0 |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.0.7.RELEASE |
| org.springframework.boot : spring-boot-starter-json Необязательный | jar | 2.0.7.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.7.RELEASE |