摘要: 1.idea创建springboot项目,参考 2、idea将springboot打包成jar,参考,对于新版idea默认使用gradle构建,则使用下面步骤 build.gradle文件添加以下几行: // 打包配置 bootJar { archiveBaseName.set('xxx-proje 阅读全文
posted @ 2024-10-26 20:58 love/coder 阅读(15) 评论(0) 推荐(0) 编辑