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 Контейнер Микросервисы |
| Группа | Группаcom.github.spt-oss |
| Идентификатор | Идентификаторspring-boot-starter-plus |
| Последняя версия | Последняя версия2.0.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCustom implementation for Spring Boot
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-plus/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-plus</artifactId>
<version>2.0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-plus/
implementation 'com.github.spt-oss:spring-boot-starter-plus:2.0.2.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-plus/
implementation ("com.github.spt-oss:spring-boot-starter-plus:2.0.2.0")
'com.github.spt-oss:spring-boot-starter-plus:jar:2.0.2.0'
<dependency org="com.github.spt-oss" name="spring-boot-starter-plus" rev="2.0.2.0">
<artifact name="spring-boot-starter-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-starter-plus', version='2.0.2.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-plus" % "2.0.2.0"
[com.github.spt-oss/spring-boot-starter-plus "2.0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.0.2.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-jetty | jar | 2.0.2.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.2.RELEASE |