- [ ] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。 ### 环境信息 * `arthas-tunnel-server` 版本: 4.0.5 我从https://maven.aliyun.com/mvn/search查找最新的arthas-tunnel-server版本为4.0.5 <img width="1420" height="946" alt="Image" src="https://github.com/user-attachments/assets/8fe9e6fb-4579-4910-96d2-330ec8234f2a" /> 使用以下配置整合进我的springboot项目中,我的项目可以启动成功,但是访问arthas-tunnel页面空白: <dependency> <groupId>com.taobao.arthas</groupId> <artifactId>arthas-tunnel-server</artifactId> <version>4.0.5</version> </dependency> 想咨询一下arthas-tunnel-server支持springboot整合吗?还是只能单独java -jar启动?如果不支持的话,为什么maven仓库中有对应的pom配置,但最新版本为什么只是4.0.5。万分感谢
环境信息
arthas-tunnel-server版本: 4.0.5我从https://maven.aliyun.com/mvn/search查找最新的arthas-tunnel-server版本为4.0.5
想咨询一下arthas-tunnel-server支持springboot整合吗?还是只能单独java -jar启动?如果不支持的话,为什么maven仓库中有对应的pom配置,但最新版本为什么只是4.0.5。万分感谢