my problem is following:
I have project based on maven. This project has two modules A
and B
. A
used B
. A
is spring-boot project.
I have also third pom.xml
- it is only root for these two projects. When I import project in IDEA (I point as pom.xml
root project) it correctly imports it. Moreover, when I click 'play' it correctly compiles and runs application.
I can't do it without IDEA. Can you help me ? How to do it with only console ?