From a6b7084fb9d7656836b3f2ba1812e3004e3f910e Mon Sep 17 00:00:00 2001
From: xc <xucheng@yyigou.com>
Date: Fri, 04 Dec 2020 17:02:31 +0800
Subject: [PATCH] update

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

diff --git a/.gitignore b/.gitignore
index b56f1dd..dd2e000 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@
 *.iws
 *.iml
 *.ipr
+*.MF
 
 ### NetBeans ###
 /nbproject/private/
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