mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
Update `ServerProperties` to automatically enable `use-forward-headers` when running on a cloud platform. A new `CloudPlatform` enum has been introduced that detects Heroku and Cloud Foundry. See gh-4018