在启动项目的时候项目报错且启动不了:
Error:Cannot build artifact 'manage-service:war exploded' because it is included into a circular dependency (artifact 'manage-service:war exploded', artifact 'manager-service:war exploded')
如下图所示:

关于项目报错:Error:Cannot build artifact 'XXX:war exploded' because it is included into a circular dep

解决方案:

找到项目目录中的.idea目录,进入artifacts文件目录,删除重复的两个的文件即可。

相关文章:

  • 2021-06-17
  • 2021-06-29
  • 2021-05-04
  • 2021-08-29
  • 2022-01-11
  • 2021-08-09
  • 2021-08-01
  • 2021-08-20
猜你喜欢
  • 2021-10-23
  • 2021-12-12
  • 2021-09-21
  • 2021-09-08
  • 2021-09-06
  • 2021-06-09
  • 2021-12-26
相关资源
相似解决方案