請嘗試撰寫一個 JdbcTemplate 類別封裝 JDBC 更新操作,可以如下使用其 update()與 queryForList()方法: JdbcTemplate jdbcTemplate = new JdbcTemplate(dataSource); ...
確定! 回上一頁