Mybatis属于半自动ORM,在使用这个框架中,工作量最大的就是书写Mapping的映射文件,由于手动书写很容易出错,我们可以利用Mybatis-Generator来帮我们自动生成文件。
Mybatis-Generator官网:http://www.mybatis.org/generator/index.html
Mybatis-Generator github:https://github.com/mybatis/generator
本例demo代码地址:https://github.com/peng66cheng/ssmDemo