Skip to content

Commit 6a0d620

Browse files
Polish javadoc
1 parent ffc2cff commit 6a0d620

File tree

1 file changed

+7
-3
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud

1 file changed

+7
-3
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/cloud/CloudPlatform.java

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@
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
*/
3539
public enum CloudPlatform {
3640

0 commit comments

Comments
 (0)