在application.properties中加入以下两行

spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.show_sql=true

 

配置spring boot jpa控制台打印sql日志

 

 

运行起来看到这样的结果

 

 

配置spring boot jpa控制台打印sql日志

相关文章: