Mybatis保存操作

第一步 在接口IUserDao.java里面定义保存的方法

package com.itheima.dao;

import com.itheima.domain.User<