spring_reference/V. Spring Boot Actuator: Pr.../42.2. Disabling JMX endpoin...

5 lines
150 B
Markdown
Raw Normal View History

### 42.2. 禁用JMX端点
如果不想通过JMX暴露端点你可以将`spring.jmx.enabled`属性设置为false
`spring.jmx.enabled=false`