spring 整合 JDBC

1.首先導入jar包: 2.演示JDBC模板 1.準備連接池 ComboPooledDataSource dataSource = new ComboPooledDataSource(); dataSource.setDriverClass("com.mysql.jdbc.Driver"); dataSource.setJdbcUrl("jdbc:mysql:///spring");
相關文章
相關標籤/搜索