Fibinger Ádám
2019-03-12 12abae6da924cb33858fbc9948fdf7a181e2038c
1
2
3
4
5
6
7
8
9
10
# Enabling H2 Console
spring.h2.console.enabled=true
 
#Turn Statistics on
spring.jpa.properties.hibernate.generate_statistics=true
logging.level.org.hibernate.stat=debug
# Show all queries
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
logging.level.org.hibernate.type=trace