Skip to content

Commit

Permalink
Update docs and readme.md (#3411)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruansheng8 authored Jul 28, 2023
1 parent b523a81 commit 2823ae7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Spring Cloud 使用 Maven 来构建,最快的使用方式是将本项目 clone
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2022.0.0.0-RC2</version>
<version>2022.0.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ These artifacts are available from Maven Central and Spring Release repository v
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2022.0.0.0-RC2</version>
<version>2022.0.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Spring Cloud Alibaba BOM 包含了它所使用的所有依赖的版本。
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2022.0.0.0-RC2</version>
<version>2022.0.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-alibaba-docs/src/main/asciidoc-zh/graalvm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ image::https://sca-storage.oss-cn-hangzhou.aliyuncs.com/website/docs/zh/graalvm_
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2022.0.0.0-RC2</version>
<version>2022.0.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -145,4 +145,4 @@ Physical footprint: 214.0M
Physical footprint (peak): 256.8M
```

可以看到,通过原生镜像启动Java应用后,内存占用大大减少。 应用启动后各项功能与通过jar启动无异。
可以看到,通过原生镜像启动Java应用后,内存占用大大减少。 应用启动后各项功能与通过jar启动无异。
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you’re a Maven Central user, add our BOM to your pom.xml <dependencyManagem
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2022.0.0.0-RC2</version>
<version>2022.0.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-alibaba-docs/src/main/asciidoc/graalvm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The project construction can be carried out according to the general Spring Clou
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2022.0.0.0-RC2</version>
<version>2022.0.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -135,4 +135,4 @@ Physical footprint: 214.0M
Physical footprint (peak): 256.8M
```
As you can see, the memory usage is greatly reduced when the Java application is launched using the native image.
After the application is started, its abilities are the same as if it were started through a jar.
After the application is started, its abilities are the same as if it were started through a jar.

0 comments on commit 2823ae7

Please sign in to comment.