SpringBoot page loads Whitelabel Error Page

problem description

when I first came into contact with SpringBoot developer, the abnormal feeling reported when using the forwarding view of the controller is a path problem, but I don"t know how to change the
page to display Whitelabel Error Page
No mapping found for HTTP request with URI [/ student/classpath:/templates/student/index.html] in DispatcherServlet with name "dispatcherServlet"

.
   


are you using a template engine? I suggest you take a look at my springboot series of articles, address: https://somta.com.cn/blog/lis.

Menu