source: src/main/resources/application-h2.properties

Last change on this file was 3965aed, checked in by lepaSi <86915414+lepaSi@…>, 9 months ago

Init

  • Property mode set to 100644
File size: 221 bytes
Line 
1spring.datasource.url=jdbc:h2:mem:testdb
2spring.datasource.username=sa
3spring.datasource.password=
4spring.jpa.hibernate.ddl-auto=validate
5spring.jpa.show-sql=true
6spring.h2.console.enabled=true
7
8spring.h2.console.path=/h2
Note: See TracBrowser for help on using the repository browser.