Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tzfun committed Dec 29, 2023
1 parent 4c8f80d commit 4a31e29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ java -jar jvmm.jar -m attach -c ./config -pid 80080

Java Agent方式你需要先生成所需的jar包:
```shell
# 如果你的宿主程序中包含了 SLF4J 的实现(例如 logback),需要在生成时使用 -e 参数排除掉自带的 logger 实现
java -jar jvmm.jar -m jar -e logger
# 如果你的宿主程序中没有 SLF4J 的实现,无需排除 logger
java -jar jvmm.jar -m jar
```

Expand Down

0 comments on commit 4a31e29

Please sign in to comment.