Created
February 27, 2017 15:02
-
-
Save nkonev/648a39d8b8cd9e6c282d9ba0c65cecd6 to your computer and use it in GitHub Desktop.
hibernate logging and statistics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| spring.jpa.hibernate.ddl-auto: validate | |
| spring.jpa.database-platform: org.hibernate.dialect.PostgreSQLDialect | |
| logging.level.org.hibernate.SQL: DEBUG | |
| logging.level.org.hibernate.type: TRACE | |
| spring.jpa.properties.hibernate.use_sql_comments: true | |
| spring.jpa.properties.hibernate.format_sql: true | |
| spring.jpa.properties.hibernate.generate_statistics: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment