摘要: 首先看一段最基本的ibatis执行代码1 public static void main(String[] args) throws IOException, SQLException{2 String config = "ibatis/SqlMapConfig.xml";3 Reader reader = Resources.getResourceAsReader(config);4 SqlMapClient sqlMap = SqlMapClientBuilder.buildSqlMapClient(reader);5 ... 阅读全文
posted @ 2013-01-06 13:11 外卖 阅读(714) 评论(0) 推荐(0) 编辑