Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"jdbcTemplate.execute("DROP TABLE customers IF EXISTS");" to "jdbcTemplate.execute("DROP TABLE IF EXISTS customers");" as stated in spring-guides#27
- Loading branch information