@ -580,7 +580,7 @@ content into your application; rather pick only the properties that you need.
@@ -580,7 +580,7 @@ content into your application; rather pick only the properties that you need.
@ -446,7 +446,7 @@ typically in `application.properties` or `application.yml`. For example:
@@ -446,7 +446,7 @@ typically in `application.properties` or `application.yml`. For example:
server.port=8443
server.ssl.key-store=classpath:keystore.jks
server.ssl.key-store-password=secret
server.ssl.key-passwordanother-secret
server.ssl.key-password=another-secret
----
See {sc-spring-boot}/context/embedded/Ssl.{sc-ext}[`Ssl`] for details of all of the
@ -872,7 +872,7 @@ The following system metrics are exposed by Spring Boot:
@@ -872,7 +872,7 @@ The following system metrics are exposed by Spring Boot:
* The application context uptime in milliseconds (`instance.uptime`)
* The average system load (`systemload.average`)
* Heap information in KB (`heap`, `heap.committed`, `heap.init`, `heap.used`)
* Thread information (`threads`, `thread.peak`, `thead.daemon`)
* Thread information (`threads`, `thread.peak`, `thread.daemon`)
* Class load information (`classes`, `classes.loaded`, `classes.unloaded`)
* Garbage collection information (`gc.xxx.count`, `gc.xxx.time`)