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
相關文章
相關標籤/搜索