spring-proxy-actuator

SpringBoot Proxy Actuator

Лицензия

Лицензия

Группа

Группа

com.itelg.spring
Идентификатор

Идентификатор

spring-proxy-actuator
Последняя версия

Последняя версия

0.2.0-RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

spring-proxy-actuator
SpringBoot Proxy Actuator
Ссылка на сайт

Ссылка на сайт

https://github.com/julian-eggers/spring-proxy-actuator
Система контроля версий

Система контроля версий

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

Скачать spring-proxy-actuator

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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"
	}
}

Версии библиотеки

Версия
0.2.0-RELEASE
0.1.1-RELEASE
0.1.0-RELEASE