source: src/main/resources/application.properties@ 743de55

Last change on this file since 743de55 was 743de55, checked in by macagaso <gasoskamarija@…>, 6 weeks ago

Initial commit

  • Property mode set to 100644
File size: 339 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:5432/terapija
2spring.datasource.username=terapija
3spring.datasource.password=terapija123!
4spring.datasource.driver-class-name=org.postgresql.Driver
5spring.jpa.hibernate.ddl-auto=update
6spring.jpa.show-sql=true
7spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
Note: See TracBrowser for help on using the repository browser.