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

main
Last change on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 439 bytes
Line 
1spring.datasource.driver-class-name=org.postgresql.Driver
2spring.datasource.url=jdbc:postgresql://localhost:5432/rezervirajMasa
3spring.datasource.username=postgres
4spring.datasource.password=postgres
5spring.jpa.hibernate.ddl-auto=update
6spring.jpa.properties.hibernate.shor_url=true
7
8spring.jpa.properties..hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
9spring.jpa.show-sql=true
10spring.main.allow-bean-definition-overriding=true
Note: See TracBrowser for help on using the repository browser.