不负自心 2020-07-27 03:29 采纳率: 0%
浏览 1128
已采纳

springboot2集成springsession报错sessionRepository重复bean注入

具体报错为

The bean 'sessionRepository', defined in class path resource [org/springframework/boot/autoconfigure/session/RedisSessionConfiguration$SpringBootRedisHttpSessionConfiguration.class], could not be registered. A bean with that name has already been defined in class path resource [org/springframework/session/data/redis/config/annotation/web/server/RedisWebSessionConfiguration.class] and overriding is disabled.

Action:

Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true

网上查了多遍相关的内容,具体原因应该是springboot自动装配和springsession配置重复定义了sessionRepository这个bean,试过在启动类的@SpringBootApplication进行排除操作,但是又会引起其他的问题错误,使用提示配置的话,担心之后再排查错误的时候会不清不楚的,现在不清楚是否不使用spring.main.allow-bean-definition-overriding=true的情况下解决问题

  • 写回答

2条回答 默认 最新

  • 封印di恶魔 2020-07-27 09:49
    关注

    打包好的没啥办法,自己写的代码可以用你上面说的,先排除然后用@resource通过名字注入,应该可以

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)
编辑
预览

报告相同问题?

悬赏问题

  • ¥50 数据库开发问题求解答
  • ¥15 安装anaconda时报错
  • ¥20 如何用Python处理单元格内连续出现的重复词语?
  • ¥15 小程序有个导出到插件方式,我是在分包下引入的插件,这个export的路径对吗,我看官方文档上写的是相对路径
  • ¥20 希望有人能帮我完成这个设计( *ˊᵕˋ)
  • ¥100 将Intptr传入SetHdevmode()将Intptr传入后转换为DEVMODE的值与外部代码不一致
  • ¥50 基于ERA5数据计算VPD
  • ¥15 寻找杂志《Tornatzky, L. G., & Fleischer, M. (1990). The Processes of Technological Innovation. 》
  • ¥15 前台多人编辑时怎么让每个人保存刷新都互不干扰
  • ¥20 如何用Python删除单元格内连续出现的重复词?