Commit 952f34b8 authored by izeye's avatar izeye Committed by Stephane Nicoll

Fix mbean server property

`spring.jmx.server` was incorrectlyt documented as
`spring.jmx.mbean-server` in the documentation.

Closes gh-3211
parent 641ceca3
...@@ -445,7 +445,7 @@ content into your application; rather pick only the properties that you need. ...@@ -445,7 +445,7 @@ content into your application; rather pick only the properties that you need.
# JMX # JMX
spring.jmx.default-domain= # JMX domain name spring.jmx.default-domain= # JMX domain name
spring.jmx.enabled=true # Expose MBeans from Spring spring.jmx.enabled=true # Expose MBeans from Spring
spring.jmx.mbean-server=mBeanServer # MBeanServer bean name spring.jmx.server=mBeanServer # MBeanServer bean name
# RABBIT ({sc-spring-boot-autoconfigure}/amqp/RabbitProperties.{sc-ext}[RabbitProperties]) # RABBIT ({sc-spring-boot-autoconfigure}/amqp/RabbitProperties.{sc-ext}[RabbitProperties])
spring.rabbitmq.addresses= # connection addresses (e.g. myhost:9999,otherhost:1111) spring.rabbitmq.addresses= # connection addresses (e.g. myhost:9999,otherhost:1111)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment