java.lang.ClassNotFoundException: kotlin.reflect.KotlinReflectionInternalError
注释旧的库,使用更新版本库,可以解决问题
1 | <dependency> |
because it is a JDK dynamic proxy that xxxxx
在单元测试中出现该问题
1 | true) (proxyTargetClass = |
注释旧的库,使用更新版本库,可以解决问题
1 | <dependency> |
在单元测试中出现该问题
1 | @EnableAspectJAutoProxy(proxyTargetClass = true) |