摘要:
Spring整合Mybatis原理 1、@MapperScan注解发挥作用 在Spring整合Mybatis的时候,只需要一个@MapperScan注解就可以来进行操作,所以更加好奇的是@MapperScan底层是怎么来做到的。 下面先来研究一下@MapperScan: @Retention(Ret 阅读全文
摘要:
FactoryBean 一、官方说明 Interface to be implemented by objects used within a BeanFactory which are themselves factories for individual objects. If a bean i 阅读全文