简体   繁体   中英

IntelliJ how to add module to existing module

I am trying to add new microservice in my project. I want it under Microservices module, but when I click Microservices -> add new module (loan-service) it appears over my Microservices module, but not nested inside it as a part of Microservices module. 在此处输入图片说明

Even more in the left panel navigation this module is not showing. Is this the right way of doing things or am I missing anything

Make sure you specify the correct content root (highlighted yellow and green) when adding a module .

You can also group different modules in the Project Structure dialog without actually creating a parent module for them - the group will be visible in the Project tool window (red underlined).

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM