source: springapp/src/main/resources/application.properties@ 9506ca8

main
Last change on this file since 9506ca8 was 9506ca8, checked in by unknown <mlviktor23@…>, 2 years ago

first commit

  • Property mode set to 100644
File size: 328 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:5432/profesori.mk
2spring.datasource.username=postgres
3spring.datasource.password=1win7337
4spring.jpa.hibernate.ddl-auto=none
5spring.jpa.show-sql=false
6spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
7spring.jpa.properties.hibernate.format_sql=true
Note: See TracBrowser for help on using the repository browser.