随着开发的进行,打开spring配置文件会有如下提示

同时工程管理里如下

删掉后,发现打开sping配置文件不告警了,可是jsp页面中也没有了地址的提示
这个提示没有了

正确的做法是删掉Spring Application Context
因为其他配置文件都导入ApplicationContext.xml中了
所以只留了一个配置文件就行
######################################################
但是如果你打开没有MVC springmvc servlet context
类似与这样

这时只需要删除sping

然后重新添加spring

就会自动生成MVC springmvc servlet context
并且文件自动识别添加




















