source: phonelux-backend/src/main/resources/application.properties@ b68ae8d

Last change on this file since b68ae8d was b68ae8d, checked in by Marko <Marko@…>, 22 months ago

Created spring app, edited setec_scrapper

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