Projekt

Obecné

Profil

Stáhnout (388 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 45d0c4d7 Jakub Smid
spring.datasource.url=jdbc:postgresql://localhost:5432/test
2
spring.datasource.username=test
3
spring.datasource.password=Password.123
4 79d3f0dd honzikv
5 45d0c4d7 Jakub Smid
spring.jpa.hibernate.ddl-auto=create-drop
6
spring.jpa.generate-ddl=true
7
spring.jpa.open-in-view=false
8
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL10Dialect
9
spring.jpa.properties.hibernate.format_sql=true
10
spring.jpa.show-sql=true