@ConfigurationProperties(prefix="spring.batch.lightmin.client") public class LightminClientProperties extends Object
| Constructor and Description |
|---|
LightminClientProperties(org.springframework.boot.actuate.autoconfigure.ManagementServerProperties managementServerProperties,
org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
String name,
String healthEndpointId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHealthUrl() |
String |
getManagementUrl() |
String |
getServiceUrl() |
@Autowired
public LightminClientProperties(org.springframework.boot.actuate.autoconfigure.ManagementServerProperties managementServerProperties,
org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
@Value(value="${spring.application.name:spring-boot-application}")
String name,
@Value(value="${endpoints.health.id:health}")
String healthEndpointId)
Copyright © 2016. All rights reserved.