今天在Intellij Idea中编译项目的时候,运行起来一直会报出如下的错误:
Web application not found src/main/webapp
解决方法:
"Run-- edit Configuration" and set "Working directory" to $MODULE_WORKING_DIR$
今天在Intellij Idea中编译项目的时候,运行起来一直会报出如下的错误:
Web application not found src/main/webapp
解决方法:
"Run-- edit Configuration" and set "Working directory" to $MODULE_WORKING_DIR$
相关文章: