mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
This commit adds two new properties, spring.devtools.remote.proxy.host and spring.devtools.remote.proxy.port that can be used to configure RemoteSpringApplication to connect to the remote application through an HTTP proxy. Closes gh-3968