diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudPlatform.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudPlatform.java index 8827ba02ad5..43f77db4279 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudPlatform.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudPlatform.java @@ -24,13 +24,17 @@ import org.springframework.core.env.StandardEnvironment; /** * Simple detection for well known cloud platforms. Detection can be forced using the - * {@code "spring.main.cloud-platform"} configuration property. For more advanced cloud - * provider integration consider the Spring Cloud project. + * {@code "spring.main.cloud-platform"} configuration property. + * + *
+ * For more advanced cloud platform integration, consider using a platform-specific + * library such as Java CFEnv or + * Spring Cloud + * Kubernetes. * * @author Phillip Webb * @author Brian Clozel * @since 1.3.0 - * @see "https://spring.io/projects/spring-cloud" */ public enum CloudPlatform {