Last change
on this file since e857530 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
|
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.jpa.hibernate.ddl-auto=update
|
---|
11 | spring.h2.console.path=/h2 |
---|
Note:
See
TracBrowser
for help on using the repository browser.