摘要: 1. 接口配置: package com.itheima.dao; import com.itheima.domain.Student;import org.apache.ibatis.annotations.Select; import java.util.List; public interfa 阅读全文
posted @ 2020-08-10 22:30 Hxf_007 阅读(113) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2020-08-10 22:20 Hxf_007 阅读(110) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/beans" 阅读全文
posted @ 2020-08-10 22:19 Hxf_007 阅读(131) 评论(0) 推荐(0)
摘要: 第一步、导包(或者导入坐标) <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>5.1.2</version> </dependency> 第二步、配置 阅读全文
posted @ 2020-08-10 22:16 Hxf_007 阅读(184) 评论(0) 推荐(0)