JAVA-3535 Move spring rest query language module

This commit is contained in:
mikr
2020-12-30 12:14:14 +01:00
parent eb6bd4ed18
commit c99f74a6a1
50 changed files with 788 additions and 789 deletions
@@ -0,0 +1,5 @@
insert into User (id, firstName, lastName, email, age) values (1, 'john', 'doe', 'john@doe.com', 22);
insert into User (id, firstName, lastName, email, age) values (2, 'tom', 'doe', 'tom@doe.com', 26);
insert into MyUser (id, firstName, lastName, email, age) values (1, 'john', 'doe', 'john@doe.com', 22);
insert into MyUser (id, firstName, lastName, email, age) values (2, 'tom', 'doe', 'tom@doe.com', 26);