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 24
24
25
25
/**
26
26
* 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>.
29
34
*
30
35
* @author Phillip Webb
31
36
* @author Brian Clozel
32
37
* @since 1.3.0
33
- * @see "https://spring.io/projects/spring-cloud"
34
38
*/
35
39
public enum CloudPlatform {
36
40
You can’t perform that action at this time.
0 commit comments