📅  最后修改于: 2022-03-11 14:48:29.181000             🧑  作者: Mango
publishing {
publications {
mavenJava(MavenPublication){
// bootJar is the default build task configured by Spring Boot
artifact bootJar
}
}
}