| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices config Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.timpeeters |
| ArtifactId | ArtifactIdspring-boot-actuator-server-config |
| Version | Version2.1.1 |
| Type | Typejar |
| Description |
DescriptionSpring Boot Actuator Server Config
Enables configuration of Spring Boot management server when running on a separate port.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-actuator-server-config/ -->
<dependency>
<groupId>com.github.timpeeters</groupId>
<artifactId>spring-boot-actuator-server-config</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-actuator-server-config/
implementation 'com.github.timpeeters:spring-boot-actuator-server-config:2.1.1'
// https://jarcasting.com/artifacts/com.github.timpeeters/spring-boot-actuator-server-config/
implementation ("com.github.timpeeters:spring-boot-actuator-server-config:2.1.1")
'com.github.timpeeters:spring-boot-actuator-server-config:jar:2.1.1'
<dependency org="com.github.timpeeters" name="spring-boot-actuator-server-config" rev="2.1.1">
<artifact name="spring-boot-actuator-server-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timpeeters', module='spring-boot-actuator-server-config', version='2.1.1')
)
libraryDependencies += "com.github.timpeeters" % "spring-boot-actuator-server-config" % "2.1.1"
[com.github.timpeeters/spring-boot-actuator-server-config "2.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-beans | jar | |
| org.springframework : spring-context | jar | |
| org.springframework : spring-core | jar | |
| org.springframework.boot : spring-boot | jar | |
| org.springframework.boot : spring-boot-actuator-autoconfigure | jar | |
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | |
| org.apache.tomcat.embed : tomcat-embed-core | jar | |
| org.assertj : assertj-core | jar | 3.11.1 |
| org.springframework : spring-test | jar | |
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| org.springframework.boot : spring-boot-starter-logging | jar | |
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-test | jar |