Description
I got many warnings when I bootstrap my app with spring 4.1.8, mybatis 3.2.7 & mybatis-spring 1.2.2.
一月 05, 2016 3:00:13 下午 org.springframework.beans.factory.support.DefaultListableBeanFactory getTypeForFactoryBean
警告: Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fileAttributeMapper' defined in file [E:\ELearning\DEV\Code\Java\common-center\resource-center\resource-center-service\target\classes\com\netdragon\resource\center\transform\dao\FileAttributeMapper.class]: Cannot resolve reference to bean 'simpleSqlSessionFactoryBean' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'simpleSqlSessionFactoryBean': Requested bean is currently in creation: Is there an unresolvable circular reference?
These are two mapperScannerConfigurers and two sqlSessionFactoryBeans.