1.创建config.xml文件。设置环境、数据源等;2.设置mapper.xml文件。写sql;下面图中的resultType属性经常会替换为resultMap,不过需要加入<resultMap>映射。具体google3.创建javabean。如图:4.创建Operator类。详情参照:http://www.importnew.com/22783.html