出现这个问题的原因是,多模块Maven项目,parent目录不能不能有src的code。找到parent 的 Source Folders看看是否把module的给加载进来了。删掉就可以了。
参考:
【1】IDEA出现Module ** must not contain source root **. The root already belongs to module **这类错误的解决方法
2024-02-12 10:40:22
出现这个问题的原因是,多模块Maven项目,parent目录不能不能有src的code。找到parent 的 Source Folders看看是否把module的给加载进来了。删掉就可以了。
参考:
【1】IDEA出现Module ** must not contain source root **. The root already belongs to module **这类错误的解决方法