source:
src/main/resources/application-h2.properties
Last change on this file was 3965aed, checked in by , 14 months ago | |
---|---|
|
|
File size: 221 bytes |
Line | |
---|---|
1 | spring.datasource.url=jdbc:h2:mem:testdb |
2 | spring.datasource.username=sa |
3 | spring.datasource.password= |
4 | spring.jpa.hibernate.ddl-auto=validate |
5 | spring.jpa.show-sql=true |
6 | spring.h2.console.enabled=true |
7 | |
8 | spring.h2.console.path=/h2 |
Note:
See TracBrowser
for help on using the repository browser.