License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators Configuration config Eureka Container Microservices |
GroupId | GroupIdit.redss |
ArtifactId | ArtifactIdecs-eureka-auto-configuration |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionecs-eureka-auto-configuration
A simple autoconfiguration for Eureka Instances - useful in union with proper docker
image.
|
<!-- https://jarcasting.com/artifacts/it.redss/ecs-eureka-auto-configuration/ -->
<dependency>
<groupId>it.redss</groupId>
<artifactId>ecs-eureka-auto-configuration</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.redss/ecs-eureka-auto-configuration/
implementation 'it.redss:ecs-eureka-auto-configuration:1.0.0'
// https://jarcasting.com/artifacts/it.redss/ecs-eureka-auto-configuration/
implementation ("it.redss:ecs-eureka-auto-configuration:1.0.0")
'it.redss:ecs-eureka-auto-configuration:jar:1.0.0'
<dependency org="it.redss" name="ecs-eureka-auto-configuration" rev="1.0.0">
<artifact name="ecs-eureka-auto-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.redss', module='ecs-eureka-auto-configuration', version='1.0.0')
)
libraryDependencies += "it.redss" % "ecs-eureka-auto-configuration" % "1.0.0"
[it.redss/ecs-eureka-auto-configuration "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.5.6.RELEASE |
org.springframework.cloud : spring-cloud-starter-eureka | jar | 1.3.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |