1.创建config.xml文件。设置环境、数据源等;

mybatis使用步骤-LMLPHP

2.设置mapper.xml文件。写sql;下面图中的resultType属性经常会替换为resultMap,不过需要加入<resultMap>映射。具体google

mybatis使用步骤-LMLPHP

3.创建javabean。如图:

mybatis使用步骤-LMLPHP

4.创建Operator类。

mybatis使用步骤-LMLPHP

详情参照:http://www.importnew.com/22783.html

05-23 19:04