for (String tableName : tableNames) { jdbcTemplate.execute("DROP TABLE " + tableName); ... origin: spring-projects/spring-framework ...
確定! 回上一頁