mybatis_10_使用SqlSession执行sql语句

使用SqlSession执行sql语句并打印结果

Indicator indicator = sqlSession.selectOne("tk.mybatis.simple.mapper.IndicatorMapper.indicatorName", "00095e14");
System.out.println("indicatorName:"+indicator.getIndicatorName());

  

 截止到这一步,一个简单的mybatis示例代码已经完成了!!!

posted @ 2022-08-15 18:33  留白*  阅读(528)  评论(0编辑  收藏  举报