diff options
| author | doufenghu <[email protected]> | 2023-11-15 09:41:06 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-11-15 09:41:06 +0800 |
| commit | 0788177a215f89edf6be574c535a3827c7167879 (patch) | |
| tree | 8761532424c4e3a6689a6a8fdb7f26b098f591b1 /docs/develop-guide.md | |
| parent | 541be8511c531ece4e4f46cc0497cb4d81e891be (diff) | |
[fix][bootstrap] 增加deployMode=client,通过IDEA启动进行debug调试
Diffstat (limited to 'docs/develop-guide.md')
| -rw-r--r-- | docs/develop-guide.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/develop-guide.md b/docs/develop-guide.md index 0ae09c6..97d3bdd 100644 --- a/docs/develop-guide.md +++ b/docs/develop-guide.md @@ -25,4 +25,11 @@ When throwing an exception with a hint message and ensure that the exception has } ``` +## How to run a job in IDEA +1. Open the `Run/Debug Configurations` window. +2. Choose Main Class `com.geedgenetworks.bootstrap.main.GrootStreamServer`. +3. Add VM options `-e client --target local -c /...../groot-stream/config/groot-stream-job.yaml`. +4. Click the `Run` button. + + |
