-
- Downloads
Introduce H2 as the Default In-Memory Database for Local Development & Testing (#200)
* Introduce H2 as the default in-memory database for local development & testing
* Added H2 database schema and data, updated README and configuration files
* Update H2 configuration and data.sql for better compatibility
---------
Co-authored-by:
Antoine Rey <antoine.rey@free.fr>
Showing
- pom.xml 5 additions, 0 deletionspom.xml
- readme.md 65 additions, 29 deletionsreadme.md
- src/main/resources/application-h2.properties 16 additions, 0 deletionssrc/main/resources/application-h2.properties
- src/main/resources/application.properties 6 additions, 4 deletionssrc/main/resources/application.properties
- src/main/resources/db/h2/data.sql 77 additions, 0 deletionssrc/main/resources/db/h2/data.sql
- src/main/resources/db/h2/schema.sql 74 additions, 0 deletionssrc/main/resources/db/h2/schema.sql
Loading
Please register or sign in to comment