source: src/main/resources/application.properties@ e6ff724

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

initial commit

  • Property mode set to 100644
File size: 351 bytes
Line 
1server.port=3000
2
3spring.datasource.url=jdbc:h2:mem:testdb
4spring.datasource.driver-class-name=org.h2.Driver
5
6spring.datasource.username=sa
7spring.datasource.password=
8
9spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
10
11spring.h2.console.enabled=true
12spring.h2.console.path=/h2
13
14spring.jpa.show-sql=true
15spring.jpa.hibernate.ddl-auto=update
Note: See TracBrowser for help on using the repository browser.