License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration Apollo Container Microservices |
GroupId | GroupIdcom.github.seanyinx.wing |
ArtifactId | ArtifactIdwing-spring-config-apollo |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScaffolding of microservice development
|
<!-- https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-config-apollo/ -->
<dependency>
<groupId>com.github.seanyinx.wing</groupId>
<artifactId>wing-spring-config-apollo</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-config-apollo/
implementation 'com.github.seanyinx.wing:wing-spring-config-apollo:1.0.6'
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-config-apollo/
implementation ("com.github.seanyinx.wing:wing-spring-config-apollo:1.0.6")
'com.github.seanyinx.wing:wing-spring-config-apollo:jar:1.0.6'
<dependency org="com.github.seanyinx.wing" name="wing-spring-config-apollo" rev="1.0.6">
<artifact name="wing-spring-config-apollo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seanyinx.wing', module='wing-spring-config-apollo', version='1.0.6')
)
libraryDependencies += "com.github.seanyinx.wing" % "wing-spring-config-apollo" % "1.0.6"
[com.github.seanyinx.wing/wing-spring-config-apollo "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-log4j2 | jar | |
org.springframework.cloud : spring-cloud-context | jar | |
com.ctrip.framework.apollo : apollo-client | jar | 1.9.0 |
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : mockwebserver | jar | 3.11.0 |
com.squareup.okhttp3 : okhttp | jar | 3.11.0 |
com.ctrip.framework.apollo : apollo-mockserver | jar | 1.4.0 |
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.18.1 |
org.awaitility : awaitility | jar | 3.0.0 |
com.github.seanyinx : unit-scaffolding | jar | 1.0.0 |
org.testcontainers : testcontainers | jar | 1.16.0 |
org.springframework.boot : spring-boot-starter-test | jar |