摘要: mybatis 的dao层,是接口加接口实现类的(mapper) Dao接口 public interface UserDao { public List<User> getUserList(); } 接口实现类 (由原来的UserDaoImpl转变为一个Mapper配置文件) <?xml vers 阅读全文
posted @ 2021-03-23 20:22 不详·Christina 阅读(44) 评论(0) 推荐(0)