9月12日 分布式缓存 周三

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/helloworld_1996/article/details/82710019
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.hao.mapper.IStudentMapper">
    <select id="findStudentList" resultType="map">
        select * from t_student0912
    </select>
</mapper>

有时候人们欺骗你,是为了让你明白,你能相信的只有你自己。
——千与千寻《千与千寻》

猜你喜欢

转载自blog.csdn.net/helloworld_1996/article/details/82710019