source: back_end/src/main/resources/application-h2.properties

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
Line 
1spring.datasource.url=jdbc:h2:mem:testdb
2spring.datasource.driver-class-name=org.h2.Driver
3
4spring.datasource.username=sa
5spring.datasource.password=
6
7spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
8
9spring.h2.console.enabled=true
10spring.jpa.hibernate.ddl-auto=update
11spring.h2.console.path=/h2
Note: See TracBrowser for help on using the repository browser.