今天在Intellij Idea中编译项目的时候,运行起来一直会报出如下的错误:

Web application not found src/main/webapp

解决方法:

 "Run-- edit Configuration" and set "Working directory" to $MODULE_WORKING_DIR$

Intellij Idea中的Jetty报出Web application not found src/main/webapp错误的解决方案

Intellij Idea中的Jetty报出Web application not found src/main/webapp错误的解决方案

相关文章: