mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
* ManagementProperties and ServerProperties now support an address property * For example set management.port=9001,management.address=127.0.0.1 to listen on port 9001 but only for connections from the localhost [Fixes #49395783]