ibatis源碼學習1_整體設計和核心流程

背景 介紹ibatis實現之前,先來看一段jdbc代碼: Class.forName("com.mysql.jdbc.Driver");  String url = "jdbc:mysql://localhost:3306/learnworld";  Connection con = DriverManager.getConnection(url, "root","learnworld");   
相關文章
相關標籤/搜索