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

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 17:49
    关注

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

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

报告相同问题?

悬赏问题

  • ¥15 SPSS分类模型实训题步骤
  • ¥15 求解决扩散模型代码问题
  • ¥15 工创大赛太阳能电动车项目零基础要学什么
  • ¥20 limma多组间分析最终p值只有一个
  • ¥15 nopCommerce开发问题
  • ¥15 torch.multiprocessing.spawn.ProcessExitedException: process 1 terminated with signal SIGKILL
  • ¥15 QuartusⅡ15.0编译项目后,output_files中的.jdi、.sld、.sof不更新怎么解决
  • ¥15 pycharm输出和导师的一样,但是标红
  • ¥15 想问问富文本拿到的html怎么转成docx的
  • ¥15 我看了您的文章,遇到了个问题。