mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
265 B
Markdown
9 lines
265 B
Markdown
5 years ago
|
The user can decompile the code with the `jad` command:
|
||
|
|
||
|
`jad com.example.demo.arthas.user.UserController`{{execute T2}}
|
||
|
|
||
|
|
||
|
The `--source-only` option can only print out the source code:
|
||
|
|
||
|
`jad --source-only com.example.demo.arthas.user.UserController`{{execute T2}}
|