# springboot-native-demo **Repository Path**: feiweihy/springboot-native-demo ## Basic Information - **Project Name**: springboot-native-demo - **Description**: springboot的native镜像打包demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-22 - **Last Updated**: 2024-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###Package ``` Native mvn clean compile package -Pnative -Dmaven.test.skip=true -am -f pom.xml Jar mvn clean compile package -DskipNativeImage=true -Dmaven.test.skip=true -am -f pom.xml ```