arthas-boot.jar 或者 as.sh 的版本: 3.1.1arthas-boot的版本: 3.1.1

What do you expected from the above steps?
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
把异常信息贴到这里
最好有可执行的demo,不然很难定位问题。
你可以尝试使用sc的-d参数查看demo.ServiceUrlMapping的classLoaderHash。然后使用ognl 的 -c 参数指定你静态类demo.ServiceUrlMapping的classLoaderHash,例如:
$ ognl -c 18b4aac2 '@demo.ServiceUrlMapping@handlerMethodCache'
thanks !this issue solved my problem!!
Most helpful comment
你可以尝试使用
sc的-d参数查看demo.ServiceUrlMapping的classLoaderHash。然后使用ognl的-c参数指定你静态类demo.ServiceUrlMapping的classLoaderHash,例如: