source: src/main/resources/application.properties@ 8ca35dc

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

Done with stupid timeslots

  • Property mode set to 100644
File size: 457 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
11
12server.port=8081
Note: See TracBrowser for help on using the repository browser.