- 博客(4)
- 收藏
- 关注
原创 feign远程调用报错
检查版本兼容性:确保您正在使用的Spring Cloud版本与其他相关库(如Ribbon)兼容。您可以查看官方文档或相关文档来确定正确的版本组合。如果存在版本不匹配的情况,请升级或降级相应的库以解决依赖关系。检查代码错误:检查您的代码中是否有任何与此错误相关的问题。公共模块中修改一下其依赖 ,重新运行项目问题就解决了!我的问题是版本兼容性,解决方法如下。并调用了正确的方法。
2023-11-02 17:09:24 186 1
原创 java.lang.IllegalStateException
java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener or DispatcherServlet registered? org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:253)
2022-11-24 20:32:47 448
原创 【Caused by: org.springframework.beans.factory.BeanCreationException】
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.atguigu.crowd.service.api.RoleService com.atguigu.crowd.mvc.handler.RoleHandler.roleService; nested exception is org.springframework.beans.factory.NoS
2022-09-19 09:34:04 722
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人