Spring JPA Log SQL Queries






Add following properties in  application.properties file

### Show sql queries
spring.jpa.show-sql=true

#PrettyPrint sql
spring.jpa.properties.hibernate.format_sql=true