source:
src/main/resources/application-h2.properties@
3965aed
Last change on this file since 3965aed was 3965aed, checked in by , 16 months ago | |
---|---|
|
|
File size: 221 bytes |
Rev | Line | |
---|---|---|
[3965aed] | 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.