Loading

摘要: 1.Mybatis的Dao层实现 1.1 传统开发方式 1.1.1编写UserDao接口 public interface UserDao { List<User> findAll() throws IOException; } 1.1.2.编写UserDaoImpl实现 public class 阅读全文
posted @ 2020-10-19 16:24 kopoo 阅读(182) 评论(0) 推荐(0)