@@ -38,7 +38,7 @@ spring:
initialize-schema: never # always never
comment-prefix: '#'
jpa:
- show-sql: true # 打印 SQL 。生产环境,建议关闭
+ show-sql: false # 打印 SQL 。生产环境,建议关闭
# Hibernate 配置内容,对应 HibernateProperties 类
hibernate: