spring-boot

← Back to All Tags

How to logs hibernate SQL in spring boot

Java

In spring boot application we can enable hibernate sql queries logging just by adding configuration in application.properties file

Read