博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  spring cloud

摘要:昨天在集成shiro-redis的时候,使用sessionId在其他微服务获取用户的session时,发生错误:There is no session with id [xxx]。 查遍了所有资料,基本上说的时cookieId造成的,和我的问题明显不一致,无奈只能down源码,调试跟踪。发现错误代码 阅读全文

posted @ 2019-11-25 22:08 冲杀 阅读(2452) 评论(0) 推荐(0)

摘要:今天手上的SpringCloud 项目做开发测试,多个FeigenClient报错,错误标题是(截取了部分): defined in null, could not be registered. A bean with that name has already 找了下资料,在以下两篇文章中找到需要 阅读全文

posted @ 2019-11-22 00:52 冲杀 阅读(2626) 评论(0) 推荐(0)

摘要:为了将前期项目慢慢转移到微服务上,今天开始搭建eureka服务时,出现以下错误: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org. 阅读全文

posted @ 2019-11-04 23:50 冲杀 阅读(3748) 评论(1) 推荐(0)