Last change
on this file since 81c9e25 was 81c9e25, checked in by Vzdra <vladko.zdravkovski@…>, 4 years ago |
reorganization
|
-
Property mode
set to
100644
|
File size:
270 bytes
|
Line | |
---|
1 | spring.datasource.url=jdbc:h2:mem:testdb
|
---|
2 | spring.datasource.driver-class-name=org.h2.Driver
|
---|
3 |
|
---|
4 | spring.datasource.username=sa
|
---|
5 | spring.datasource.password=
|
---|
6 |
|
---|
7 | spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
|
---|
8 |
|
---|
9 | spring.h2.console.enabled=true
|
---|
10 | spring.h2.console.path=/h2 |
---|
Note:
See
TracBrowser
for help on using the repository browser.