Fibinger Ádám
2019-02-26 a3ad9416244f132e9fad22b06911ec277615d3d5
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