Skip to content

Commit 952f34b

Browse files
izeyesnicoll
authored andcommitted
Fix mbean server property
`spring.jmx.server` was incorrectlyt documented as `spring.jmx.mbean-server` in the documentation. Closes gh-3211
1 parent 641ceca commit 952f34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ content into your application; rather pick only the properties that you need.
445445
# JMX
446446
spring.jmx.default-domain= # JMX domain name
447447
spring.jmx.enabled=true # Expose MBeans from Spring
448-
spring.jmx.mbean-server=mBeanServer # MBeanServer bean name
448+
spring.jmx.server=mBeanServer # MBeanServer bean name
449449
450450
# RABBIT ({sc-spring-boot-autoconfigure}/amqp/RabbitProperties.{sc-ext}[RabbitProperties])
451451
spring.rabbitmq.addresses= # connection addresses (e.g. myhost:9999,otherhost:1111)

0 commit comments

Comments
 (0)