2012年7月30日

Mybatis 中获得 connection

摘要: @Autowired private SqlSession sqlSession; public Connection getConnection(){ Connection conn = null; try { ... 阅读全文

posted @ 2012-07-30 19:02 dqsweet 阅读(529) 评论(0) 推荐(0)

导航