Align expectations of various JMX configurations
They all want to create an MBeanServer and when that happens user sees no MBeans, or sometimes just one set (Spring Core, Spring Integration or Spring Boot). To harmonise them we create a @Bean of type MBeanServer and link to it in the other autoconfigs Fixes gh-1046
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
logging.file: /tmp/logs/app.log
|
||||
service.greeting: Hello
|
||||
service.greeting: Hello
|
||||
debug: true
|
||||
Reference in New Issue
Block a user