mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
46 lines
897 B
JSON
46 lines
897 B
JSON
{
|
|
"title": "Arthas 理解 Spring Boot 应用的 ClassLoader 结构案例",
|
|
"difficulty": "高级使用者",
|
|
"time": "10分钟",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Start math-game",
|
|
"text": "start-demo.md"
|
|
},
|
|
{
|
|
"title": "Start arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "理解 Spring Boot 应用的 ClassLoader 结构",
|
|
"text": "case-classloader.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"foreground": "foreground.sh",
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
},
|
|
"assets": {
|
|
"host01": []
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal",
|
|
"showdashboard": true,
|
|
"dashboards": [
|
|
{
|
|
"name": "Web Port 80",
|
|
"port": 80
|
|
}
|
|
]
|
|
},
|
|
"backend": {
|
|
"imageid": "ubuntu",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
}
|