mapper.mappers[0]=tk.mybatis.sample.mapper.BaseMapper mapper.mappers[1]=tk.mybatis.mapper.common.Mapper 这里两组如何对应不同的jdbc配置 我看到 MapperAutoConfiguration里的List<SqlSessionFactory> sqlSessionFactoryList; 就跟不下去了
mapper.mappers[0]=tk.mybatis.sample.mapper.BaseMapper
mapper.mappers[1]=tk.mybatis.mapper.common.Mapper
这里两组如何对应不同的jdbc配置
我看到 MapperAutoConfiguration里的List sqlSessionFactoryList; 就跟不下去了