Unmapped Spring configuration files found. Please configure Spring facet or use 'Create Default Context' to add one including all unmapped files.
时间:2020-07-06 21:03:20
收藏:0
阅读:240
好久没看spring了,今天在IDEA打开一个spring项目时遇到如下的问题,Unmapped Spring configuration files found. Please configure Spring facet or use ‘Create Default Context‘ to add one including all unmapped files.

点击1file 可以看到对应的xml文件是自己创建的spring xml文件来的,貌似这个问题并不影响工程本身的运行。。。
具体的解决办法如下:

原文:https://www.cnblogs.com/Guhongying/p/13257253.html
评论(0)