# foo **Repository Path**: gapper/foo ## Basic Information - **Project Name**: foo - **Description**: springboot应用如何打成jar包 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 该项目演示了如何将springboot应用打成jar包: 1. 在pom.xml中添加以下配置 org.springframework.boot spring-boot-maven-plugin com.gao.App 2. 执行clean install即可生成jar