License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices config Application Layer Libs Configuration |
GroupId | GroupIdcom.github.surpassm |
ArtifactId | ArtifactIdconfig-spring-boot-starter |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionconfig-spring-boot-starter
项目通用配置
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.surpassm/config-spring-boot-starter/ -->
<dependency>
<groupId>com.github.surpassm</groupId>
<artifactId>config-spring-boot-starter</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.surpassm/config-spring-boot-starter/
implementation 'com.github.surpassm:config-spring-boot-starter:0.0.2'
// https://jarcasting.com/artifacts/com.github.surpassm/config-spring-boot-starter/
implementation ("com.github.surpassm:config-spring-boot-starter:0.0.2")
'com.github.surpassm:config-spring-boot-starter:jar:0.0.2'
<dependency org="com.github.surpassm" name="config-spring-boot-starter" rev="0.0.2">
<artifact name="config-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.surpassm', module='config-spring-boot-starter', version='0.0.2')
)
libraryDependencies += "com.github.surpassm" % "config-spring-boot-starter" % "0.0.2"
[com.github.surpassm/config-spring-boot-starter "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.3.RELEASE |
com.github.surpassm : common-spring-boot-starter | jar | 0.0.2 |
org.projectlombok : lombok Optional | jar | 1.18.6 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.3.RELEASE |