晚上文档

This commit is contained in:
wusheng 2016-03-17 14:47:31 +08:00
parent a0f1f2c89c
commit dd087347cf
1 changed files with 10 additions and 1 deletions

View File

@ -67,8 +67,17 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对
</dependency>
```
## 使用全新的main class。原main class以及参数作为参数传入
```shell
#原进程启动命令
java com.company.product.Startup arg0 arg1
#全新的进程启动命令
java com.ai.cloud.skywalking.plugin.TracingBootstrap com.company.product.Startup arg0 arg1
```
## 根据所需插件,配置应用程序
- 参考[SDK用户指南](https://github.com/wu-sheng/sky-walking/tree/master/skywalking-sdk-plugin)
- 参考[SDK用户指南](skywalking-sdk-plugin)
- 注意插件不会引用所需的第三方组件如Spring、dubbo、dubbox等请自行引入所需的版本。