Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
westinyang committed Mar 6, 2021
1 parent d5f2017 commit fe0d6d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
@@ -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) |
| ----- | ----- | ----- | ----- |
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# 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代码静态编译为独立可执行文件(本机映像)。

## 模块概览

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

0 comments on commit fe0d6d3

Please sign in to comment.