s

spring-boot-actuator-server-config

Enables configuration of Spring Boot management server when running on a separate port.
https://github.com/timpeeters/spring-boot-actuator-server-config
Apache License, Version 2.0
Tim Peeters
Files download
File Operation
spring-boot-actuator-server-config-2.1.1.jar download
spring-boot-actuator-server-config-2.1.1.pom download
spring-boot-actuator-server-config-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.timpeeters</groupId>
  <artifactId>spring-boot-actuator-server-config</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.timpeeters:spring-boot-actuator-server-config:2.1.1'
Gradle Kotlin
implementation("com.github.timpeeters:spring-boot-actuator-server-config:2.1.1")
Scala SBT
libraryDependencies += "com.github.timpeeters" % "spring-boot-actuator-server-config" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.timpeeters', module='spring-boot-actuator-server-config', version='2.1.1')
)
Apache Ivy
<dependency org="com.github.timpeeters" name="spring-boot-actuator-server-config" rev="2.1.1" />
Leiningen
[com.github.timpeeters/spring-boot-actuator-server-config "2.1.1"]
Apache Buildr
'com.github.timpeeters:spring-boot-actuator-server-config:jar:2.1.1'