问题描述:
java.lang.IllegalStateException:Annotation @EnableCircuitBreaker found, but there are no implementations. Did you forget to include a starter?
1、异常信息
... 2021-11-10 21:35:07.224 INFO 8628 --- [ restartedMain] com.company.project.Application : Starting Application using Java 1.8.0_301 on GOLDENUNIOn with PID 8628 (F:UU20190220 04-CourseCaseJavaSpringCloudspringcloud0402-producttargetclasses started by liuzh in F:UU20190220 04-CourseCaseJavaSpringCloudspringcloud0402-product) 2021-11-10 21:35:07.225 INFO 8628 --- [ restartedMain] com.company.project.Application : The following profiles are active: host11001 2021-11-10 21:35:07.270 INFO 8628 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable 2021-11-10 21:35:07.270 INFO 8628 ---



