Fibinger Ádám
2019-03-12 c4d8396bde66ac81731b267747c524c0d9fe98c6
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
c4d839 10 logging.level.org.hibernate.type=trace
11
12 spring.datasource.sqlScriptEncoding=UTF-8