摘要:
一、Mapper接口开发需要遵循以下规范: 1、 Mapper.xml文件中的namespace与mapper接口的类路径相同。 2、 Mapper接口方法名和Mapper.xml中定义的每个statement的id相同 3、 Mapper接口方法的输入参数类型和mapper.xml中定义的每个sq 阅读全文
posted @ 2018-12-20 13:39
bofeng
阅读(1134)
评论(0)
推荐(0)