This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 5ab57fc Add provided dependency (#372)
5ab57fc is described below
commit 5ab57fca18df905243bccac336b8a85271e4ba2b
Author: ouyangwulin <[email protected]>
AuthorDate: Sun May 12 17:09:30 2024 +0800
Add provided dependency (#372)
* Add provided dependency
* add options in en doc for development
* Update 3-development.md
---------
Co-authored-by: benjobs <[email protected]>
---
docs/user-guide/3-development.md | 2 +-
.../current/user-guide/3-development.md | 2 +-
static/doc/image/streampark_run_config.jpeg | Bin 427488 -> 427488 bytes
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/user-guide/3-development.md b/docs/user-guide/3-development.md
index c9efc44..96e3054 100755
--- a/docs/user-guide/3-development.md
+++ b/docs/user-guide/3-development.md
@@ -50,7 +50,7 @@ Modify the launch configuration

-Check `Add VM options`, and input the parameter `-Dapp.home=$path`, where
`$path` is the path we just copied.
+Check `Add VM options` and `Add dependencies with "provided" scope to
classpath`, and input the parameter `-Dapp.home=$path`, where `$path` is the
path we just copied.
```bash
-Dapp.home=${workspace}/incubator-streampark/dist/apache-streampark-2.2.0-incubating-bin
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md
index 8dffa03..83b2240 100755
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/3-development.md
@@ -50,7 +50,7 @@ tar -zxvf apache-streampark-2.2.0-incubating-bin.tar.gz

-勾选`Add VM options`,填写参数`-Dapp.home=$path`,`$path`是我们刚刚复制的路径
+勾选 `Add VM options` 和 `Add dependencies with "provided" scope to
classpath`,填写参数 `-Dapp.home=$path`,`$path` 是我们刚刚复制的路径
```bash
-Dapp.home=${workspace}/incubator-streampark/dist/apache-streampark-2.2.0-incubating-bin
diff --git a/static/doc/image/streampark_run_config.jpeg
b/static/doc/image/streampark_run_config.jpeg
index 0a40006..e1b992c 100644
Binary files a/static/doc/image/streampark_run_config.jpeg and
b/static/doc/image/streampark_run_config.jpeg differ