如何使用 spring-boot-maven 插件配置不同 main 入口?

查看 22|回复 0
作者:lchqfnu   
chatgpt 告诉我使用指定多个配置不同的 mainClass 来实现配置多入口分别构建 jar 包。
以下是示例:

org.springframework.boot
spring-boot-maven-plugin
default-cli
com.example.MainClass1
second-entry-point
repackage
com.example.MainClass2
second

---------------
按照以上配置方式,运行报错“Unable to find a single main class from the following candidates”,原因是项目中有两个 main Class.
而无法实现单一项目分开打包,请教有何解决方法?
谢谢!
您需要登录后才可以回帖 登录 | 立即注册

返回顶部