标签: spring maven spring-boot command-line microservices
我有一个带有一些父pom的multimaven Spring项目。 我想使用maven spring-boot:run运行我的应用程序,但是其中一个子模块没有任何主类。因此父pom运行失败,因为它无法在子模块“ common”中找到主类。
maven spring-boot:run
common
我该怎么做才能跳过父级“ maven spring-boot:run”中的“公共”子模块?