Add Integration Tests testing the Inline Caching support using a RDBMS (HSQLDB Database).
This commit is contained in:
4
spring-geode/src/test/resources/schema.sql
Normal file
4
spring-geode/src/test/resources/schema.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS customers (
|
||||
id BIGINT PRIMARY KEY,
|
||||
name VARCHAR(256) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user