1.问题描述
在pom.xml中,已经包含了所有的spring相关包。
在web.xml中,显示如下
在红字部分Ctrl+F1,提示cannot resolve servlet 'spring-mvc'
2.解决
在Project Structure>Modules>Web中,配置web.xml和web资源目录,具体如下:
在pom.xml中,已经包含了所有的spring相关包。
在web.xml中,显示如下
在红字部分Ctrl+F1,提示cannot resolve servlet 'spring-mvc'
在Project Structure>Modules>Web中,配置web.xml和web资源目录,具体如下:
相关文章: