摘要: 11、MyBatis的Dao层实现方式 1.MyBatis的Dao层实现 1.1 传统开发方式 编写UserDao接口 public interface UserDao { List<User> findAll() throws IOException; } 编写UserDaoImpl实现 publ 阅读全文
posted @ 2021-06-13 16:03 linklate2022 阅读(46) 评论(0) 推荐(0)