mybatis的通用mapper的配置與使用

pom.xml文件中導入依賴包如下: <!-- 通用mapper --> <dependency>   <groupId>tk.mybatis</groupId>   <artifactId>mapper</artifactId>   <version>3.5.2</version> </dependency>   mapper接口繼承BaseMapper BaseMapper<Student>中
相關文章
相關標籤/搜索