Projekt

Obecné

Profil

Stáhnout (426 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 15f5a407 Jakub Smid
spring.datasource.url=jdbc:h2://mem:db;DB_CLOSE_DELAY=-1
2
spring.datasource.username=sa
3
spring.datasource.password=sa
4
spring.datasource.driver-class-name=org.h2.Driver
5
6
spring.jpa.hibernate.ddl-auto=create-drop
7
spring.jpa.generate-ddl=true
8
spring.jpa.open-in-view=false
9
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL10Dialect
10
spring.jpa.properties.hibernate.format_sql=true
11 ce5bfed1 Jakub Smid
spring.jpa.show-sql=false