Skip to content

Commit

Permalink
Merge pull request #121 from linyimin0812/docs/20231016_update_docs_1
Browse files Browse the repository at this point in the history
docs: update README
  • Loading branch information
linyimin0812 committed Oct 15, 2023
2 parents 13148b6 + 5334d88 commit 1e57135
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ async-init-bean, beanName: ${beanName}, async init method: ${initMethodName}

To optimize the startup time for daily and pre, we can consider hotswap. The project provides a command-line tool to implement hotswap for modified code.

![](./docs/spring-startup-cli_EN.svg)

1. Download `spring-startup-cli` from [release](https://github.com/linyimin0812/spring-startup-analyzer/releases/tag/v3.0.0)
2. Execute the command-line tool in the project's working directory

Expand Down
2 changes: 2 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ async-init-bean, beanName: ${beanName}, async init method: ${initMethodName}

为了优化日常/预发的启动时长,可以考虑热加载。本项目提供了一个命令行工具,实现一个命令完成已修改代码的热加载。

![](./docs/spring-startup-cli_ZH.svg)

1.[release](https://github.com/linyimin0812/spring-startup-analyzer/releases/tag/v3.0.0)下载`spring-startup-cli`
2. 在项目的工作目录(HOME)下执行此命令行工具
```shell
Expand Down
1 change: 1 addition & 0 deletions docs/spring-startup-cli_EN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/spring-startup-cli_ZH.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e57135

Please sign in to comment.