Last Version

Spring Boot Actuator Server Config 2.1.1

Enables configuration of Spring Boot management server when running on a separate port.

License

License

Categories

Categories

Spring Boot Container Microservices config Application Layer Libs Configuration
GroupId

GroupId

com.github.timpeeters
ArtifactId

ArtifactId

spring-boot-actuator-server-config
Version

Version

2.1.1
Type

Type

jar
Description

Description

Spring Boot Actuator Server Config
Enables configuration of Spring Boot management server when running on a separate port.
Project URL

Project URL

https://github.com/timpeeters/spring-boot-actuator-server-config
Source Code Management

Source Code Management

https://github.com/timpeeters/spring-boot-actuator-server-config

Download spring-boot-actuator-server-config 2.1.1


<!-- 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"]

Dependencies

compile (7)

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

test (9)

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

Project Modules

There are no modules declared in this project.