【发布时间】:2014-06-06 16:11:58
【问题描述】:
Execution default of goal
org.springframework.boot:spring-boot-maven-plugin:1.0.1.RELEASE:repackage
failed:
Unable to find a single main class from the following candidates
我的项目有不止一个类具有main 方法。如何告诉 Spring Boot Maven 插件它应该使用哪个类作为主类?
【问题讨论】:
-
java -cp myjar.jar MyClass
-
@Evgeni:这是一个运行时标志。它没有那么远。构建失败。
标签: java spring maven executable-jar spring-boot