# graalvm-simple **Repository Path**: nikai/graalvm-simple ## Basic Information - **Project Name**: graalvm-simple - **Description**: 轻量级GraalVM应用示例,助开发者快速上手原生镜像构建与Java性能优化。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-15 - **Last Updated**: 2026-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GraalVM Simple A simple example of using GraalVM to compile Java code to native code. ## build ```bash mvn clean native:compile -Pnative ``` ## 参考文献 - [GraalVM](https://www.graalvm.org/) - [GraalVM 官方文档](https://www.graalvm.org/docs/) - [SpringBoot3.0 Native构建](https://blog.csdn.net/OpenGao/article/details/128273474)