Add global support for JMX unique names

See gh-13990
This commit is contained in:
artsiom
2018-08-03 00:45:11 +03:00
committed by Stephane Nicoll
parent c071f34a4a
commit 1a3f08d772
4 changed files with 17 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ content into your application. Rather, pick only the properties that you need.
spring.jmx.default-domain= # JMX domain name.
spring.jmx.enabled=true # Expose management beans to the JMX domain.
spring.jmx.server=mbeanServer # MBeanServer bean name.
spring.jmx.unique-names=false # Set if unique runtime object names should be ensured.
# Email ({sc-spring-boot-autoconfigure}/mail/MailProperties.{sc-ext}[MailProperties])
spring.mail.default-encoding=UTF-8 # Default MimeMessage encoding.