mybatis的mapper代理

UserMapper(Interface) package com.iot.mybatis.mapper; import com.iot.mybatis.po.User; //接口中的方法名,輸入參數的類型,返回值類型和mapper.xml中的statement的id一致, public interface UserMapper { public User findUserById(i
相關文章
相關標籤/搜索