mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 04:08:34 +08:00
54 lines
998 B
JSON
54 lines
998 B
JSON
{
|
|
"title": "Arthas mc-redefine Command",
|
|
"description": "Arthas mc-redefine Command",
|
|
"difficulty": "master",
|
|
"time": "10-20 minutes",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Start math-game",
|
|
"text": "start-demo.md"
|
|
},
|
|
{
|
|
"title": "Start arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "mc Command",
|
|
"text": "mc.md"
|
|
},
|
|
{
|
|
"title": "redefine Command",
|
|
"text": "redefine.md"
|
|
},
|
|
{
|
|
"title": "Hotswap Code",
|
|
"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": "openjdk:15",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
}
|