The bind-address boundary
To serve a trusted network, override the bind and put a reverse proxy (TLS termination, network allow-listing) in front:Configuration
Everything configurable viaapplication.properties can be set on the command line
(--property=value) or through environment variables (Spring relaxed binding). See
Configuration for the properties that matter, and mount an
external file with --spring.config.additional-location= if you prefer a file over
flags.