License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices config Application Layer Libs Configuration |
GroupId | GroupIdcn.codest |
ArtifactId | ArtifactIdminimal-config-spring-boot-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionminimal-config-spring-boot-starter
Demo project for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 Optional | jar | 2.6.4 |
com.squareup.okhttp3 : okhttp | jar | 3.14.9 |
com.fasterxml.jackson.core : jackson-databind | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.4 |