Closed Eainde closed 7 years ago
could you please provide the sql file.create tables and insert needed data sql
Also what is user and password to login ?
There is no explicit schema file as the Schema is implicitly defined via JPA annotations. It is automatically deployed during the startup of the application, in our case to the in memory HSQLDB. The database is then populated with the example data as provided in the DataBaseInitializer
.
There are two users: 'user' with password 'user' and 'admin' with password 'admin'.
Hi, what exactly do you mean by "database file"?