Browse Source

Initial commit

main
adiao 3 years ago
parent
commit
15f84c2aec
  1. 3
      README.md
  2. 5
      src/main/resources/DepModelClassMapper.xml

3
README.md

@ -12,3 +12,6 @@ the is new school working. and then is about Money System.
涉及课外的编写思路,要项目要求、习惯 涉及课外的编写思路,要项目要求、习惯
定义用户持续类(POJO)
查找

5
src/main/resources/DepModelClassMapper.xml

@ -4,5 +4,8 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.jd.springboot.depositModel.Dao.DbDao"> <mapper namespace="com.jd.springboot.depositModel.Dao.DbDao">
<insert id="addData"/> <insert id="addData"/>
<select id="findData" resultType="com.jd.springboot.depositModel.ModelClass.POJO.UserModel"/> <select id="findData" resultType="com.jd.springboot.depositModel.ModelClass.POJO.UserModel">
select *
from studentinfo;
</select>
</mapper> </mapper>
Loading…
Cancel
Save