idea中当前模块资源目录上显示属于其他模块
Posted eternityz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea中当前模块资源目录上显示属于其他模块相关的知识,希望对你有一定的参考价值。
一.错误的2个显示
1.错误显示
src/main目录下的java和resources本来属于cloud-consumer-dept-feign模块
但是在src/main/java却是显示src/main/java[cloud-consumer-dept-80]
但是在src/main/resources也是显示src/main/resources[cloud-consumer-dept-80]
### 2.在 Project Structure中设置报错
设置之后保存,会报错
module "cloud-consumer-dept-feign" must not contain source root "D:copycloudcloud-consumer-dept-feignsrc estjava". The root already belongs to module "cloud-consumer-dept-80"
二.错误原因
在cloud-consumer-dept-80的Project Structure设置中多了cloud-consumer-dept-feign的资源目录
三.解决方法
将属于cloud-consumer-dept-feign的资源目录从cloud-consumer-dept-80模块的设置中移除
显示恢复正常
以上是关于idea中当前模块资源目录上显示属于其他模块的主要内容,如果未能解决你的问题,请参考以下文章
Intellij IDEA。总是显示 maven 的 `target` 目录
idea project中导入其他文件夹下的模块,可能出现java.io.FileNotFoundException: XXX.xml