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