From 819e87d22ac1fd61adc2c0de52212a6ff322e77f Mon Sep 17 00:00:00 2001
From: xc <xucheng@yyigou.com>
Date: Mon, 07 Dec 2020 13:43:16 +0800
Subject: [PATCH] udate

---
 src/main/resources/application.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 72d9346..0fa75ca 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -27,7 +27,7 @@
 
 #配置自动建表:updata:没有表新建,有表更新操作,控制台显示建表语句
 spring.jpa.hibernate.ddl-auto=update
-spring.jpa.show-sql=true
+spring.jpa.show-sql=false
 
 #remote golden inof
 golden.ip = 47.92.145.232

--
Gitblit v1.9.1