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.
29 lines
576 B
JSON
29 lines
576 B
JSON
{
|
|
"title": "Debug ognl express in Arthas",
|
|
"description": "Debug ognl express in Arthas",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"text": "step1.md",
|
|
"code": "setup.sh"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"files": [
|
|
],
|
|
"environment": {
|
|
"hideHiddenFiles": true,
|
|
"uilayout": "editor-terminal",
|
|
"uisettings": "java",
|
|
"uieditorpath": "/root/example/ognl-demo"
|
|
},
|
|
"backend": {
|
|
"imageid": "openjdk:15"
|
|
}
|
|
} |