idea maven 父子模块,project 不显示父模块
不知道搞了什么,父模块不显示了,导致每次提交git 很麻烦, 现在找回来。下图 只显示了2个子模块解决,找到父模块目录下. idea -- modules.xml<?xml version="1.0" encoding="UTF-8"?><project version="4"><component name="ProjectModuleMa...
·
不知道搞了什么,父模块不显示了,导致每次提交git 很麻烦, 现在找回来。
下图 只显示了2个子模块
解决,找到父模块目录下. idea -- modules.xml
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/core-common/core-common.iml" filepath="$PROJECT_DIR$/core-common/core-common.iml" />
<module fileurl="file://$PROJECT_DIR$/product-server/product-server.iml" filepath="$PROJECT_DIR$/product-server/product-server.iml" />
</modules>
</component>
</project>
发现modules 缺少了父模块,加入就好了
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)