org.apache.ibatis.binding.BindingException: Type interface dao.EmployeeMapper2 is not known to the M
//测试通过resultMap进行高级映射返回对象
@Test
public void test() throws IOException {
SqlSessionFactory sqlSessionFactory = getSqlSessionFactory();
SqlSession sqlSession = sqlSessionFactory.openSession();
System.out.println(sqlSessionFactory);
try {
原创
2022-01-02 18:05:33 ·
178 阅读 ·
0 评论