See https://github.com/spring-projects/spring-boot/issues/31768 for background. We'd like to help people to move away from the WebMvc- and WebFlux-specific @RestControllerEndpoint
and @ControllerEndpoint
by making it easier to register functional web endpoints with Actuator. They would be automatically mapped beneath /actuator
and move to the separate management server when it's running on a different port.