diff --git a/README.en.md b/README.en.md index 3e96304..a54b0b8 100644 --- a/README.en.md +++ b/README.en.md @@ -1,11 +1,18 @@ # java-graalvm-start +- [Gitee](https://gitee.com/westinyang/java-graalvm-start) +- [Gtihub](https://github.com/westinyang/java-graalvm-start) + +[中文文档](README.md) + ## Description Graal VM best practice, use Java to develop CLI, Desktop (Java FX), Web (String Boot) projects, and use native-image technology to statically compile Java code into independent executable files (native images). ## Module overview > The performance test results are related to the machine configuration, especially the time-consuming compilation of `native-image`. +> +> To experience the executable file I have compiled, [click here to download](). | ↓Tag \ Module→ | [cli-normal](cli-normal) | [desktop-javafx](desktop-javafx) | [web-springboot](web-springboot) | | ----- | ----- | ----- | ----- | diff --git a/README.md b/README.md index 5dbcff9..41577ad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # java-graalvm-start +- [Gitee](https://gitee.com/westinyang/java-graalvm-start) +- [Gtihub](https://github.com/westinyang/java-graalvm-start) + +[English document](README.en.md) + ## 介绍 GraalVM最佳实践,使用Java开发CLI、Desktop(JavaFX)、Web(StringBoot)项目,并使用native-image技术把Java代码静态编译为独立可执行文件(本机映像)。 @@ -7,6 +12,8 @@ GraalVM最佳实践,使用Java开发CLI、Desktop(JavaFX)、Web(StringBoot)项 ## 模块概览 > 其中的性能测试结果与机器配置有关,尤其是 `native-image` 编译耗时。 +> +> 体验我已经编译好的可执行文件,[点此下载]()。 | ↓标签 \ 模块→ | [cli-normal](cli-normal) | [desktop-javafx](desktop-javafx) | [web-springboot](web-springboot) | | ----- | ----- | ----- | ----- |