Skip to content

Commit fe0d6d3

Browse files
committed
Update README.md
1 parent d5f2017 commit fe0d6d3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.en.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# java-graalvm-start
22

3+
- [Gitee](https://gitee.com/westinyang/java-graalvm-start)
4+
- [Gtihub](https://github.com/westinyang/java-graalvm-start)
5+
6+
[中文文档](README.md)
7+
38
## Description
49
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).
510

611
## Module overview
712

813
> The performance test results are related to the machine configuration, especially the time-consuming compilation of `native-image`.
14+
>
15+
> To experience the executable file I have compiled, [click here to download]().
916
1017
| ↓Tag \ Module→ | [cli-normal](cli-normal) | [desktop-javafx](desktop-javafx) | [web-springboot](web-springboot) |
1118
| ----- | ----- | ----- | ----- |

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# java-graalvm-start
22

3+
- [Gitee](https://gitee.com/westinyang/java-graalvm-start)
4+
- [Gtihub](https://github.com/westinyang/java-graalvm-start)
5+
6+
[English document](README.en.md)
7+
38
## 介绍
49

510
GraalVM最佳实践,使用Java开发CLI、Desktop(JavaFX)、Web(StringBoot)项目,并使用native-image技术把Java代码静态编译为独立可执行文件(本机映像)。
611

712
## 模块概览
813

914
> 其中的性能测试结果与机器配置有关,尤其是 `native-image` 编译耗时。
15+
>
16+
> 体验我已经编译好的可执行文件,[点此下载]()
1017
1118
| ↓标签 \ 模块→ | [cli-normal](cli-normal) | [desktop-javafx](desktop-javafx) | [web-springboot](web-springboot) |
1219
| ----- | ----- | ----- | ----- |

0 commit comments

Comments
 (0)