polish
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user