spring-proxy-actuator

SpringBoot Proxy Actuator

License

License

GroupId

GroupId

com.itelg.spring
ArtifactId

ArtifactId

spring-proxy-actuator
Last Version

Last Version

0.2.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

spring-proxy-actuator
SpringBoot Proxy Actuator
Project URL

Project URL

https://github.com/julian-eggers/spring-proxy-actuator
Source Code Management

Source Code Management

https://github.com/julian-eggers/spring-proxy-actuator

Download spring-proxy-actuator

How to add to project

<!-- https://jarcasting.com/artifacts/com.itelg.spring/spring-proxy-actuator/ -->
<dependency>
    <groupId>com.itelg.spring</groupId>
    <artifactId>spring-proxy-actuator</artifactId>
    <version>0.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.itelg.spring/spring-proxy-actuator/
implementation 'com.itelg.spring:spring-proxy-actuator:0.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.itelg.spring/spring-proxy-actuator/
implementation ("com.itelg.spring:spring-proxy-actuator:0.2.0-RELEASE")
'com.itelg.spring:spring-proxy-actuator:jar:0.2.0-RELEASE'
<dependency org="com.itelg.spring" name="spring-proxy-actuator" rev="0.2.0-RELEASE">
  <artifact name="spring-proxy-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itelg.spring', module='spring-proxy-actuator', version='0.2.0-RELEASE')
)
libraryDependencies += "com.itelg.spring" % "spring-proxy-actuator" % "0.2.0-RELEASE"
[com.itelg.spring/spring-proxy-actuator "0.2.0-RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-actuator jar 1.5.9.RELEASE
org.slf4j : slf4j-api jar 1.7.25
commons-io : commons-io jar 2.1

test (4)

Group / Artifact Type Version
org.easymock : easymock jar 3.5.1
org.powermock : powermock-module-junit4 jar 1.7.3
org.powermock : powermock-api-easymock jar 1.7.3
org.jacoco : org.jacoco.agent jar 0.7.9

Project Modules

There are no modules declared in this project.

spring-proxy-actuator

Maven Central Codacy Badge Coverage Status Build Status

SpringBoot Proxy Actuator

Maven

<dependency>
	<groupId>com.itelg.spring</groupId>
	<artifactId>spring-proxy-actuator</artifactId>
	<version>0.2.0-RELEASE</version>
</dependency>

Example

@Bean
public HealthIndicator proxyHealthIndicator()
{
	return new ProxyHealthIndicator("192.168.2.1");
}

Response (health.json)

{
	"status" : "UP",
	"proxy" : 
	{
		"status" : "UP"
	}
}

Versions

Version
0.2.0-RELEASE
0.1.1-RELEASE
0.1.0-RELEASE