Skip to content

Instantly share code, notes, and snippets.

@skryvets
Created April 8, 2021 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skryvets/ff9184e06b4e35599599b88f65188ee2 to your computer and use it in GitHub Desktop.
Save skryvets/ff9184e06b4e35599599b88f65188ee2 to your computer and use it in GitHub Desktop.
Enable logging and statistics of JPA queries
spring.jpa.show-sql=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