mybatis学习二:配置mybatis,使用Mapper映射接口完成CURD

1、引入mybatis依赖: <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.4.6</version> </dependency> 2、编写实体类: package org.spring.teach.entity; public class U
相关文章
相关标签/搜索