IDEA提示: application context not configured for this file的问题

spring配置文件中时常会出现这个提示,

IDEA提示: application context not configured for this file的问题_第1张图片

翻译过来是没有配置该文件到项目中,于是进入到file-Project Structure中或者点击如下图的图标查看项目信息:

IDEA提示: application context not configured for this file的问题_第2张图片

可以很明显的看到下面有个感叹号,大概意思是下面的文件没有匹配:

IDEA提示: application context not configured for this file的问题_第3张图片 

知道原因就很好解决问题了,只需要加到项目中去就可以了,选择项目,点击apply:

IDEA提示: application context not configured for this file的问题_第4张图片

 完成!

你可能感兴趣的:(SpringMVC,spring)