Caused by: java.lang.IllegalStateException: Failed to introspect Class(Maven Reload一下)

Caused by: java.lang.IllegalStateException: Failed to introspect Class [org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration]

意思是:未能反射hystrix类包(就是添加了依赖没加载进去)

在这里插入图片描述
在这里插入图片描述

解决方案:
点一下Maven,Reload一下Maven


版权声明:本文为weixin_45030023原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。