Unmapped Spring configuration files found. Please configure Spring facet.

前言

学习spring框架的时候打开 IDEA 后右下角提示:
Unmapped Spring configuration files found.  Please configure Spring facet or use 'Create Default Context' to add one including all unmapped files.

上述提示不影响项目的正常运行,但是一直停留在右下角,总感觉那块看着不舒坦,碍眼。然后就搜索查资料解决。

产生原因:

找到未映射的Spring配置文件。请配置Spring facet或使用“创建默认上下文”来添加一个包含所有未映射文件的上下文。

解决方法:

File下打开Project Structure配置界面(快捷键:Ctrl+Shift+Alt+S)进行下边操作:
Unmapped Spring configuration files found. Please configure Spring facet._第1张图片
最后一步操作:点击O K ,Invalidate and Restart 重启就不会在有提示。

你可能感兴趣的:(Spring)