springboot 1.X version of the open method endpoint

1.X version differs 2.X: 2.X most path to add "/ actuator"

The list of endpoints (Note that the last column Sensitive to true if the endpoint is not set to false will not be accessible):

https://docs.spring.io/spring-boot/docs/1.5.3.RELEASE/reference/html/production-ready-endpoints.html#production-ready-endpoints

Custom settings:

= to true endpoints.sensitive
 endpoints.info.sensitive = to false 
above two means arranged to set all endpoints except for sensitive inaccessible info (
https://docs.spring.io/spring-boot/docs/1.5. 3.RELEASE / Reference / HTML / Production Production #-READY-endpoints.html-READY-Customizing-Endpoints )

Guess you like

Origin www.cnblogs.com/goingforward/p/11124427.html