Error:Cannot build artifact 'XXX:war exploded' because it is included into a circular depend
Posted liruilong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error:Cannot build artifact 'XXX:war exploded' because it is included into a circular depend相关的知识,希望对你有一定的参考价值。
在Idea中使用Maven创建父子工程,第一个Model的那个项目可以很好的运行,在创建一个Model运行时报这个错。原因是tomcat部署了多个Web项目,可能最开始是两个项目的配置文件混用用,最后就报这个错。
网上找的解决方案:
步骤:File-- Porject Struccture ---- Artifacts
在Tomcat部署时war和war exploded区别:
war模式:将WEB工程以包的形式上传到服务器 ;
war exploded模式:将WEB工程以当前文件夹的位置关系上传到服务器;
开发的时候,使用热部署,热部署的相应配置:将这两个选项改为 Update resources。
参考博客:
1,https://hw1287789687.iteye.com/blog/2268866
2,https://blog.csdn.net/xlgen157387/article/details/56498938
以上是关于Error:Cannot build artifact 'XXX:war exploded' because it is included into a circular depend的主要内容,如果未能解决你的问题,请参考以下文章
Module build failed: Error: Cannot find module 'node-sass’解决
VUE报错:Module build failed: Error: Cannot find module ‘node-sass‘
VUE报错:Module build failed: Error: Cannot find module ‘node-sass‘
全网首发:configure: error: cannot guess build type; you must specify one
Module build failed: Error: Cannot find module ‘node-sass‘ Require stack报错解决
Module build failed: Error: Cannot find module 'file-loader'