Last change
on this file was e857530, checked in by i-ina <76742075+i-ina@…>, 4 years ago |
adjusted company and team look
|
-
Property mode
set to
100644
|
File size:
307 bytes
|
Rev | Line | |
---|
[81c9e25] | 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
|
---|
[e857530] | 10 | spring.jpa.hibernate.ddl-auto=update
|
---|
[81c9e25] | 11 | spring.h2.console.path=/h2 |
---|
Note:
See
TracBrowser
for help on using the repository browser.