|
|
@@ -32,7 +32,7 @@ spring:
|
|
|
open-in-view: false
|
|
|
properties:
|
|
|
hibernate:
|
|
|
- generate_statistics: true
|
|
|
+ # generate_statistics: true
|
|
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
|
ddl-auto: none
|
|
|
hbm2ddl:
|
|
|
@@ -63,8 +63,8 @@ spring:
|
|
|
logging:
|
|
|
level:
|
|
|
com.pemc: debug
|
|
|
- org.hibernate.type: trace
|
|
|
- org.hibernate.stat: debug
|
|
|
+ # org.hibernate.type: trace
|
|
|
+ # org.hibernate.stat: debug
|
|
|
|
|
|
batch:
|
|
|
# resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml
|