错误:

Idea整合SSM框架出现:applicationcontext in module file is included in 5 contexts

分析:

编译器自动导入配置文件的时候发生了某些错误,所以需要修改配置

解决办法:

打开 Project Settings -> Modules -> Spring,点击减号-删除右侧所有配置文件,然后再次点击加号+重新导入该项目所有的配置文件,如下图:

点击减号-:

Idea整合SSM框架出现:applicationcontext in module file is included in 5 contexts
点击加号+:

Idea整合SSM框架出现:applicationcontext in module file is included in 5 contexts
之后弹窗就消失了

相关文章:

  • 2021-07-24
  • 2021-04-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2021-10-15
  • 2022-12-23
  • 2022-01-01
猜你喜欢
  • 2021-09-25
  • 2021-05-23
  • 2021-05-29
  • 2021-06-25
  • 2021-07-04
  • 2021-11-03
相关资源
相似解决方案