I know that spring boot automatically expose JMX beans and i know also that JMX does have a default port: 1099.
To override jmx default port/hostname am just followed this and it's working for me. My question is : is there a properties provided by spring boot to achieve this out of the box like :
spring.application.admin.jmx-port=<PORT_NUMBER>
spring.application.admin.jmx-host=<HOST_IP>