readme
0. Приложение spring boot
1. создание БД;
dblook -d jdbc:derby://localhost:1527/test;create=true;user=uname;password=pass;
2. создание схемы c помощью оболочки ij
connect 'jdbc:derby://loalhost:1527/test' user 'uname' password 'pass';
run 'init_schema.sql';