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 | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a7eb4c0..0fa75ca 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -27,12 +27,15 @@ #配置自动建表:updata:没有表新建,有表更新操作,控制台显示建表语句 spring.jpa.hibernate.ddl-auto=update -spring.jpa.show-sql=true +spring.jpa.show-sql=false -#remote inof +#remote golden inof golden.ip = 47.92.145.232 golden.port = 6327 golden.username = sa golden.password = golden golden.poolSize = 5 golden.maxSize = 10 + +#renite famehistory info +famehistory.ip=192.168.1.120 -- Gitblit v1.9.1