摘要: 1. 开发步骤 ①添加MyBatis的坐标 ②创建user数据表 ③编写User实体类 ④编写映射⽂件UserMapper.xml ⑤编写核⼼⽂件SqlMapConfig.xml ⑥编写测试类 2. 环境搭建 1)导⼊MyBatis的坐标和其他相关坐标 <properties> <project.b 阅读全文
posted @ 2021-05-05 15:21 冰湖一角 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1.1 分析JDBC操作问题 public static void main(String[] args) { Connection connection = null; PreparedStatement preparedStatement = null; ResultSet resultSet 阅读全文
posted @ 2021-05-05 01:26 冰湖一角 阅读(192) 评论(0) 推荐(0) 编辑