- Spring Boot 2.0 Projects
- Mohamed Shazin Sadakath
- 40字
- 2021-08-13 16:00:10
Using the renamed actuator endpoints
The following Spring Boot Actuator endpoints have been changed:
- /autoconfig has been renamed to /conditions
- /trace has been renamed to /httptrace
Applications depending on these endpoints need to be changed to use the renamed endpoints.