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

Last change on this file since df62f68 was 81c9e25, checked in by Vzdra <vladko.zdravkovski@…>, 4 years ago

reorganization

  • Property mode set to 100644
File size: 270 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.h2.console.path=/h2
Note: See TracBrowser for help on using the repository browser.