This commit is contained in:
2025-08-19 21:00:48 +08:00
parent af500ad757
commit 8a34d3c7ca
9 changed files with 207 additions and 41 deletions

View File

@ -2,8 +2,8 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="fdsgfgd">
<select id="selectList" resultType="com.example.practice.entity.User">
<mapper namespace="com.example.practice.mapper.UserMapper">
<select id="selectAll" resultType="com.example.practice.entity.User">
select * from user
</select>