# demo **Repository Path**: tompeppa/demo ## Basic Information - **Project Name**: demo - **Description**: spring-native demo - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-13 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring-Native Demo ## 步骤 + 安装依赖 + 打包 + 安装graalVM + gu install native-image + 转换本地字节码 + native-image -H:Name=my-app -cp BOOT-INF/classes:`find BOOT-INF/lib | tr '\n' ':'` ## 简化步骤 安装好`GraalVM`和`native-image`之后,直接执行以下命令即可: ```shell ./build-native.sh ``` ## 有疑问可以上社区提问 [https://simpleui.72wo.com](https://simpleui.72wo.com)