摘要: MyBatis学习笔记 一、JDBC编程 1.JDBC编程过程 public void func() throws Exception { Class.forName("com.mysql.jdbc.Driver"); String url = "jdbc:mysql://localhost:330 阅读全文
posted @ 2021-11-14 23:45 一星一辰 阅读(57) 评论(0) 推荐(0)