原文:maven打包出現unable to find main class問題

搜了好久,有人提到需要spring boot maven plugin這個插件。 添加以后,有的可以了,有的不行。 最后發現是插件必須配置 lt skip gt true lt skip gt 這個節點。 完整來說,就是在pom文件 或者父pom中 ,有這樣一個配置: ...

2020-08-04 18:00 0 1286 推薦指數:

查看詳情

解決SpringBoot項目repackage failed: Unable to find main class Maven打包問題

最近在開發中,遇到這樣一個問題,一個通用的工具類項目,在進行打包時,出現repackage failed: Unable to find main class提示找不到主類問題,我就想,我這個項目是一個通用的工具類,不是一個SpringBoot Web工程,我又不需要Main方法的程序啟動入口 ...

Wed May 08 20:53:00 CST 2019 0 1250
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM