|
|
@@ -27,12 +27,12 @@ spring:
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
jpa:
|
|
|
- show-sql: true
|
|
|
+ # show-sql: true
|
|
|
generate-ddl: true
|
|
|
open-in-view: false
|
|
|
properties:
|
|
|
hibernate:
|
|
|
- generate_statistics: true
|
|
|
+ # generate_statistics: true
|
|
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
|
ddl-auto: none
|
|
|
hbm2ddl:
|
|
|
@@ -63,7 +63,7 @@ spring:
|
|
|
logging:
|
|
|
level:
|
|
|
com.pemc: debug
|
|
|
- org.hibernate.stat: debug
|
|
|
+ # org.hibernate.stat: debug
|
|
|
|
|
|
batch:
|
|
|
# resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml
|