spring_reference/V. Spring Boot Actuator: Pr.../41.5. Disabling HTTP endpoi...

5 lines
129 B
Markdown
Raw Normal View History

### 41.5. 禁用HTTP端点
如果不想通过HTTP暴露端点你可以将管理端口设置为-1
`management.port=-1`