各位大神 集成这两个模块的时候一直报错org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.zhaohuijun.gateway.run.GatewayApplication]; nested exception is java.lang.IllegalStateException: Failed to introspect annotated methods on class org.springframework.cloud.netflix.hystrix.dashboard.HystrixDashboardConfiguration
清尘V
最近登录:昨天 17:32
清尘V的其他提问
类似问题
IDEA 运行web项目 正常启动可以debug报错
2685 阅读
springMVC 整合camel-ftp启动时报错
1466 阅读
springside-test包无法编译
1514 阅读
在eclipse环境下,Spring扫描出现问题
8867 阅读
使用dbcp的数据源配置报错。拜请高手解决
5003 阅读
请问一下AOSuite怎么用IDEA导入
201 阅读
tomcat初始化加载配置文件错误。异常如下。。求解
1703 阅读
SSM项目启动时报错:
1415 阅读
我也碰到了,至今不知道什么原因。只要同时使用这两个就报错。
可以去掉spring cloud gateway,用HystrixCommond注解方式做转发。
引入dashboard可以运行成功。