[Kotlin]Spring Boot 使用thinJar打包找不到manifest问题

脚本是.kts
添加:

tasks.withType {
this.manifest.attributes["Main-Class"] = "com.zksoft.erp.MainApplicationKt"
}

posted @ 2020-07-30 09:44  TryHard  阅读(282)  评论(0编辑  收藏  举报