我使用jHipster创建了一个Web应用程序,它在Eclipse中运行得很好,但是当我尝试在浏览器中运行它时出现以下错误:
[DEBUG] org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping - Looking up handler method for path /
[DEBUG] org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping - Did not find handler method for [/]
[DEBUG] org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping - Looking up handler method for path /error
[DEBUG] org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping - Did not find handler method for [/error]
我很困惑,我甚至不知道发布什么来调试解决方案。如果有人曾经遇到过这个问题,请分享你是如何解决它的。