|
|
|
|
@ -47,7 +47,7 @@ rules of thumb:
@@ -47,7 +47,7 @@ rules of thumb:
|
|
|
|
|
{sc-spring-boot-autoconfigure}/web/ServerProperties.{sc-ext}[`ServerProperties`] |
|
|
|
|
and read from there the available external configuration options. The |
|
|
|
|
`@ConfigurationProperties` has a `name` attribute which acts as a prefix to external |
|
|
|
|
properties, thus `ServerProperties` has `name="server"` and its configuration properties |
|
|
|
|
properties, thus `ServerProperties` has `prefix="server"` and its configuration properties |
|
|
|
|
are `server.port`, `server.address` etc. In a running Actuator app look at the |
|
|
|
|
`configprops` endpoint. |
|
|
|
|
* Look for use of `RelaxedEnvironment` to pull configuration values explicitly out of the |
|
|
|
|
|