Fibinger Ádám
2019-03-11 94fead6be729cfb23b657d853c5499709a3d27c4
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