# SpringBoot-Native **Repository Path**: zyxnice/spring-boot-native ## Basic Information - **Project Name**: SpringBoot-Native - **Description**: SpringBoot集成GraalVm生成native image - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 6 - **Created**: 2021-02-23 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot集成GraalVm生成native image ## bin 为已生成好的可执行程序 ## 相关依赖 ``` 1. springboot-2.4.3 2. spring-graalvm-native-0.8.3 3. native-image-maven-plugin-21.0.0.2 ``` 编译native image时需事先配置好相关环境变量 环境变量配置参考https://blog.csdn.net/q412086027/article/details/113878426