Files
spring-boot/spring-boot-project
Brian Clozel ffc2cff8de Override CloudPlatform auto-detection with configuration property
This commit adds the new "`spring.main.cloud-platform`" configuration
property. This allows applications to override the auto-detection and
force a specific Cloud Platform. This is useful for testing behavior on
a local machine or force the detection of a particular platform.

This commit also adds a new `CloudPlatform.NONE` value that allows
applications to disable the auto-detection of the Cloud Platform, thus
avoiding issues with false positives.

Closes gh-20553
2020-04-02 20:28:55 +02:00
..
2020-04-02 15:16:54 +02:00
2020-03-11 13:17:12 +00:00
2020-03-23 14:14:47 -07:00
2020-04-01 18:43:11 -05:00