gradle 打包springboot項目,找不到項目jar application.class

如題:gradle 打包springboot項目,找不到項目jar入口main方法:application.classspring

檢查:lib/目錄下沒有相應項目的jar包springboot

用gradle命令行查看日誌:gradle distZipapp

發現其中有一行: :jar SKIPPED,這就是緣由全部gradle

解決辦法:在build.gradle文件中加上:jar.enabled = trueui

查看更詳細的日誌能夠:命令行

gradle distZip --debugdebug

相關文章
相關標籤/搜索