| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы config Библиотеки уровня приложения Configuration |
| Группа | Группаcn.codest |
| Идентификатор | Идентификаторminimal-config-spring-boot-starter |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеminimal-config-spring-boot-starter
Demo project for Spring Boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/cn.codest/minimal-config-spring-boot-starter/ -->
<dependency>
<groupId>cn.codest</groupId>
<artifactId>minimal-config-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.codest/minimal-config-spring-boot-starter/
implementation 'cn.codest:minimal-config-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/cn.codest/minimal-config-spring-boot-starter/
implementation ("cn.codest:minimal-config-spring-boot-starter:1.0.0")
'cn.codest:minimal-config-spring-boot-starter:jar:1.0.0'
<dependency org="cn.codest" name="minimal-config-spring-boot-starter" rev="1.0.0">
<artifact name="minimal-config-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.codest', module='minimal-config-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "cn.codest" % "minimal-config-spring-boot-starter" % "1.0.0"
[cn.codest/minimal-config-spring-boot-starter "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.6.4 |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.4 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.6.4 |
| com.squareup.okhttp3 : okhttp | jar | 3.14.9 |
| com.fasterxml.jackson.core : jackson-databind | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.4 |