Hi , I upgrade springboot2.0 to springboot3.0.
I find a issue, in springboot2.0 , http://localhost:8080/contextpath/actuator is ok, but in springboot3.0 return 404. When add dispatcherservletpath in url is ok ,for example , http://localhost:8080/contextpath/Dispatcherservletpath/actuator is ok.
I',m confused why url should add Dispatcherservletpath in springboot3.0