Web应用程序在Eclipse中运行良好,但是intellji无法找到路径

时间:2015-06-12 16:17:19

标签: eclipse spring intellij-idea

我使用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]

我很困惑,我甚至不知道发布什么来调试解决方案。如果有人曾经遇到过这个问题,请分享你是如何解决它的。

0 个答案:

没有答案