gs-relational-data-access icon indicating copy to clipboard operation
gs-relational-data-access copied to clipboard

fix issues #27 & #36

Open 43v3rn88b opened this issue 1 year ago • 0 comments

*changed "jdbcTemplate.execute("DROP TABLE customers IF EXISTS");" to "jdbcTemplate.execute("DROP TABLE IF EXISTS customers");" as stated in issue #27

*upgraded springboot version to 3.2.2 issue #36

43v3rn88b avatar Jan 30 '24 02:01 43v3rn88b