日志不打印sql语句怎么回事配置不对吗

来源:4-2 logstash全量、增量同步解决方案

慕慕9165351

2020-01-19 14:42

日志不打印sql语句怎么回事配置不对吗

写回答 关注

1回答

  • 风亦飞
    2020-02-03 14:24:35

    可以在配置文件中,添加如下配置:

    #控制台是否打印
    spring.jpa.properties.hibernate.show_sql=true
    #格式化sql语句
    spring.jpa.properties.hibernate.format_sql=true
    #指出是什么操作生成了该语句
    spring.jpa.properties.hibernate.use_sql_comments=true


Springboot + ElasticSearch 构建博客检索系统

Springboot + ElasticSearch 构建个人博客检索系统

22917 学习 · 112 问题

查看课程

相似问题