随笔分类 - mybatis
摘要:
阅读全文
摘要:目录结构 1.导入lib中的jar包 2.修改配置文件 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Conf
阅读全文
摘要:Connection con = null; PreparedStatement statement = null; ResultSet res = null; List<Student> students = new ArrayList<Student>(); List<Student> getA
阅读全文