使用 spring-cloud-starter-zuul 報錯 :0 can't find referenced pointcut hystrixCommandAnnotationPointcut
原因: org/aspectj/weaver/ 的 JDK 版本與項目的 JDK 版本 不一致。

image.png
統(tǒng)一改成 JDK 8 。
使用 spring-cloud-starter-zuul 報錯 :0 can't find referenced pointcut hystrixCommandAnnotationPointcut
原因: org/aspectj/weaver/ 的 JDK 版本與項目的 JDK 版本 不一致。
統(tǒng)一改成 JDK 8 。