如何告诉Spring Boot要用于可执行jar的主类?
2022-08-31 06:12:22
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
我的项目有多个具有方法的类。我如何告诉Spring Boot Maven插件它应该使用哪些类作为主类?main