springboot - SqlSessionFactoryBean falls in circular dependencies by Spring Boot's DataSourceIni
Posted 寻坑者
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot - SqlSessionFactoryBean falls in circular dependencies by Spring Boot's DataSourceIni相关的知识,希望对你有一定的参考价值。
springboot mybatis配置多数据源的时候,报错:There is a circular dependency between 7 beans in the application context: xxx
经查,这是mybatis-spring的bug,延迟加载问题:https://github.com/mybatis/spring/issues/58
问题复现的版本组合是:
spring-boot-starter-parent 1.4.1.RELEASE
mybatis 3.2.8
mybatis-spring 1.3.0
问题解决:
mybatis-spring 降到 1.2.2
以上是关于springboot - SqlSessionFactoryBean falls in circular dependencies by Spring Boot's DataSourceIni的主要内容,如果未能解决你的问题,请参考以下文章