@@ -1238,6 +1238,11 @@ content into your application; rather pick only the properties that you need.
1238
1238
management.endpoints.cors.exposed-headers= # Comma-separated list of headers to include in a response.
1239
1239
management.endpoints.cors.max-age=1800 # How long, in seconds, the response from a pre-flight request can be cached by clients.
1240
1240
1241
+ # ENDPOINTS JMX CONFIGURATION ({sc-spring-boot-actuator}/autoconfigure/endpoint.infrastructure/JmxEndpointExporterProperties.{sc-ext}[JmxEndpointExporterProperties])
1242
+ management.endpoints.jmx.domain=org.springframework.boot # Endpoints JMX domain name. Fallback to 'spring.jmx.default-domain' if set.
1243
+ management.endpoints.jmx.static-names=false # Additional static properties to append to all ObjectNames of MBeans representing Endpoints.
1244
+ management.endpoints.jmx.unique-names=false # Ensure that ObjectNames are modified in case of conflict.
1245
+
1241
1246
# HEALTH INDICATORS
1242
1247
management.health.db.enabled=true # Enable database health check.
1243
1248
management.health.cassandra.enabled=true # Enable cassandra health check.
@@ -1267,11 +1272,6 @@ content into your application; rather pick only the properties that you need.
1267
1272
management.info.git.enabled=true # Enable git info.
1268
1273
management.info.git.mode=simple # Mode to use to expose git information.
1269
1274
1270
- # JMX ENDPOINT ({sc-spring-boot-actuator}/autoconfigure/endpoint.infrastructure/JmxEndpointExporterProperties.{sc-ext}[JmxEndpointExporterProperties])
1271
- management.jmx.domain=org.springframework.boot # Endpoints JMX domain name. Fallback to 'spring.jmx.default-domain' if set.
1272
- management.jmx.static-names=false # Additional static properties to append to all ObjectNames of MBeans representing Endpoints.
1273
- management.jmx.unique-names=false # Ensure that ObjectNames are modified in case of conflict.
1274
-
1275
1275
# JOLOKIA ({sc-spring-boot-actuator}/autoconfigure/jolokia/JolokiaProperties.{sc-ext}[JolokiaProperties])
1276
1276
management.jolokia.config.*= # Jolokia settings. See the Jolokia manual for details.
1277
1277
management.jolokia.enabled=true # Enable Jolokia.
0 commit comments