Revize 0e115bb2
Přidáno uživatelem Jakub Šmíd před téměř 3 roky(ů)
backend/src/main/resources/application.properties | ||
---|---|---|
7 | 7 |
spring.jpa.open-in-view=false |
8 | 8 |
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL10Dialect |
9 | 9 |
spring.jpa.properties.hibernate.format_sql=true |
10 |
spring.jpa.show-sql=true |
|
10 |
#spring.jpa.show-sql=true
|
|
11 | 11 |
|
12 | 12 |
|
13 | 13 |
application.jwt.secretKey=securesecuresecuresecuresecuresecuresecuresecuresecuresecuresecuresecuresecure |
Také k dispozici: Unified diff
Fixed N+1 problem when fetching catalog
re #9244