File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2424
2525/**
2626 * Simple detection for well known cloud platforms. Detection can be forced using the
27- * {@code "spring.main.cloud-platform"} configuration property. For more advanced cloud
28- * provider integration consider the Spring Cloud project.
27+ * {@code "spring.main.cloud-platform"} configuration property.
28+ *
29+ * <p>
30+ * For more advanced cloud platform integration, consider using a platform-specific
31+ * library such as <a href="https://github.com/pivotal-cf/java-cfenv">Java CFEnv</a> or
32+ * <a href="https://spring.io/projects/spring-cloud-kubernetes">Spring Cloud
33+ * Kubernetes</a>.
2934 *
3035 * @author Phillip Webb
3136 * @author Brian Clozel
3237 * @since 1.3.0
33- * @see "https://spring.io/projects/spring-cloud"
3438 */
3539public enum CloudPlatform {
3640
You can’t perform that action at this time.
0 commit comments