Fibinger Ádám
2019-03-03 464000b3acc64e678a57141c2eb806a5b3d2a01c
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