When the application is started, spring will start arthas and attach its own process.
### Configuration properties
For example, by configuring the tunnel server for remote management.
```
arthas.agentId=hsehdfsfghhwertyfad
arthas.tunnel-server=ws://47.75.156.201:7777/ws
```
All supported configuration: [Reference](https://github.com/alibaba/arthas/blob/master/arthas-spring-boot-starter/src/main/java/com/alibaba/arthas/spring/ArthasProperties.java)
### View Endpoint Information
Assuming the endpoint port is 8080, it can be viewed via the following url.