Fix broken link (#6992)

This commit is contained in:
Zhenxu Ke 2021-05-21 15:48:15 +08:00 committed by GitHub
parent 187da9862f
commit 96082accbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ java.lang.ClassCastException: org.apache.skywalking.apm.plugin.spring.mvc.common
This exception may be caused by `hot deployment` tools (`spring-boot-devtool`) or otherwise, which changes the `classloader` in runtime.
### Resolution
1. This error does not occur under the production environment, since developer tools are automatically disabled: See [spring-boot-devtools](https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html).
1. This error does not occur under the production environment, since developer tools are automatically disabled: See [spring-boot-devtools](https://docs.spring.io/spring-boot/docs/2.4.x/reference/html/using-spring-boot.html#using-boot-devtools).
2. If you would like to debug in your development environment as usual, you should temporarily remove such `hot deployment` package in your lib path.