derby embedded db support initial commit; shutdown use case needs work
This commit is contained in:
3
org.springframework.jdbc/src/test/resources/schema.sql
Normal file
3
org.springframework.jdbc/src/test/resources/schema.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
drop table T_TEST if exists;
|
||||
|
||||
create table T_TEST (NAME varchar(50) not null);
|
||||
Reference in New Issue
Block a user