|
Last change
on this file since 4a15c9c was 83a5af4, checked in by Vzdra <vladko.zdravkovski@…>, 5 years ago |
|
added response data
|
-
Property mode
set to
100644
|
|
File size:
351 bytes
|
| Line | |
|---|
| 1 | server.port=9090
|
|---|
| 2 |
|
|---|
| 3 | spring.datasource.url=jdbc:h2:mem:testdb
|
|---|
| 4 | spring.datasource.driver-class-name=org.h2.Driver
|
|---|
| 5 |
|
|---|
| 6 | spring.datasource.username=sa
|
|---|
| 7 | spring.datasource.password=
|
|---|
| 8 |
|
|---|
| 9 | spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
|
|---|
| 10 |
|
|---|
| 11 | spring.h2.console.enabled=true
|
|---|
| 12 | spring.h2.console.path=/h2
|
|---|
| 13 |
|
|---|
| 14 | spring.jpa.show-sql=true
|
|---|
| 15 | spring.jpa.hibernate.ddl-auto=update |
|---|
Note:
See
TracBrowser
for help on using the repository browser.