This commit is contained in:
Spencer Gibb
2018-01-08 17:08:13 -05:00
parent caf736214e
commit 3cb69505e3
6 changed files with 14 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ import org.springframework.context.annotation.Lazy;
/**
* Provides auto-configuration for the Reactor-based Cloud Foundry client v3.x.
*
* @author <a href="mailto:josh@joshlong.com">Josh Long</a>
* @author Josh Long
* @author Ben Hale
*/
@Configuration

View File

@@ -12,7 +12,7 @@ import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* @author <a href="mailto:josh@joshlong.com">Josh Long</a>
* @author Josh Long
*/
@ConfigurationProperties(prefix = "spring.cloud.cloudfoundry")
public class CloudFoundryProperties implements InitializingBean {

View File

@@ -12,7 +12,7 @@ import reactor.util.function.Tuple2;
* Supports the discovery of a combination of an application instance's URI, port,
* application ID, and application index.
*
* @author <a href="mailto:josh@joshlong.com">Josh Long</a>
* @author Josh Long
*/
public class CloudFoundryService {