source:
ReserveNGo-backend/src/main/resources/application-h2.properties@
17db9d2
| Last change on this file since 17db9d2 was 7e391db, checked in by , 11 months ago | |
|---|---|
|
|
| File size: 206 bytes | |
| Rev | Line | |
|---|---|---|
| [df883b7] | 1 | spring.datasource.url=jdbc:h2:mem:testdb |
| 2 | spring.datasource.username=admin | |
| 3 | spring.datasource.password=admin | |
| 4 | spring.jpa.hibernate.ddl-auto=create-drop | |
| 5 | spring.h2.console.enabled=true | |
| 6 | spring.h2.console.path=/h2 |
Note:
See TracBrowser
for help on using the repository browser.
