We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641ceca commit 952f34bCopy full SHA for 952f34b
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
@@ -445,7 +445,7 @@ content into your application; rather pick only the properties that you need.
445
# JMX
446
spring.jmx.default-domain= # JMX domain name
447
spring.jmx.enabled=true # Expose MBeans from Spring
448
- spring.jmx.mbean-server=mBeanServer # MBeanServer bean name
+ spring.jmx.server=mBeanServer # MBeanServer bean name
449
450
# RABBIT ({sc-spring-boot-autoconfigure}/amqp/RabbitProperties.{sc-ext}[RabbitProperties])
451
spring.rabbitmq.addresses= # connection addresses (e.g. myhost:9999,otherhost:1111)
0 commit comments