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.
54 lines
984 B
JSON
54 lines
984 B
JSON
5 years ago
|
{
|
||
|
"title": "Arthas mc-redefine命令",
|
||
|
"description": "Arthas mc-redefine命令",
|
||
|
"difficulty": "精通者",
|
||
|
"time": "10-20 分钟",
|
||
|
"details": {
|
||
|
"steps": [
|
||
|
{
|
||
|
"title": "启动demo",
|
||
|
"text": "start-demo.md"
|
||
|
},
|
||
|
{
|
||
|
"title": "启动arthas-boot",
|
||
|
"text": "arthas-boot.md"
|
||
|
},
|
||
|
{
|
||
|
"title": "mc命令",
|
||
|
"text": "mc.md"
|
||
|
},
|
||
|
{
|
||
|
"title": "redefine命令",
|
||
|
"text": "redefine.md"
|
||
|
},
|
||
|
{
|
||
|
"title": "热更新代码",
|
||
|
"text": "case-jad-mc-redefine.md"
|
||
|
}
|
||
|
],
|
||
|
"intro": {
|
||
|
"text": "intro.md"
|
||
|
},
|
||
|
"finish": {
|
||
|
"text": "finish.md"
|
||
|
},
|
||
|
"assets": {
|
||
|
"host01": []
|
||
|
}
|
||
|
},
|
||
|
"environment": {
|
||
|
"uilayout": "terminal",
|
||
|
"showdashboard": true,
|
||
|
"dashboards": [
|
||
|
{
|
||
|
"name": "Web Port 80",
|
||
|
"port": 80
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"backend": {
|
||
|
"imageid": "java",
|
||
|
"environmentsprotocol": "http"
|
||
|
}
|
||
|
}
|