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