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