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-parent |
| Последняя версия | Последняя версия2.0.7.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSpring Boot Plus
Custom implementation for Spring Boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-boot-parent-2.0.7.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-parent/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-parent/
implementation 'com.github.spt-oss:spring-boot-parent:2.0.7.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-parent/
implementation ("com.github.spt-oss:spring-boot-parent:2.0.7.0")
'com.github.spt-oss:spring-boot-parent:pom:2.0.7.0'
<dependency org="com.github.spt-oss" name="spring-boot-parent" rev="2.0.7.0">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-parent', version='2.0.7.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-parent" % "2.0.7.0"
[com.github.spt-oss/spring-boot-parent "2.0.7.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |