mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
update ognl tutorial
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
`ognl '@java.lang.System@out.println("hello ognl")'`{{execute T2}}
|
||||
|
||||
可以检查`Terminal 1`里的进程输出,可以发现打印出了`hello ognl`。
|
||||
可以检查`Terminal 1`(不是arthas的Terminal 2)里的进程输出,可以发现打印出了`hello ognl`。
|
||||
|
||||
|
||||
### 查找UserController的ClassLoader
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
`ognl '@java.lang.System@out.println("hello ognl")'`{{execute T2}}
|
||||
|
||||
可以检查`Terminal 1`里的进程输出,可以发现打印出了`hello ognl`。
|
||||
可以检查`Terminal 1`(不是arthas的Terminal 2)里的应用进程的输出,可以发现打印出了`hello ognl`。
|
||||
|
||||
|
||||
### 查找UserController的ClassLoader
|
||||
|
||||
Reference in New Issue
Block a user