gs-accessing-data-jpa
gs-accessing-data-jpa copied to clipboard
Additional H2 configuration info.
Does h2 has implicit configuration? I didn't found h2 user/password and any other configuration in example? It would be useful to add following (later found) explanation from spring boot docs:
Spring Boot can auto-configure embedded H2, HSQL, and Derby databases. You need not provide any connection URLs. You need only include a build dependency to the embedded database that you want to use.