From 6c2eff860bd5ca866ac3725fb97b7e570fa972cc Mon Sep 17 00:00:00 2001 From: mengyxu Date: Wed, 5 Jan 2022 09:08:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java/log4j2.xml | 2 +- java/src/main/resources/application.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/java/log4j2.xml b/java/log4j2.xml index c425627..812859d 100644 --- a/java/log4j2.xml +++ b/java/log4j2.xml @@ -13,7 +13,7 @@ - + diff --git a/java/src/main/resources/application.properties b/java/src/main/resources/application.properties index 4283f65..00c7c9b 100644 --- a/java/src/main/resources/application.properties +++ b/java/src/main/resources/application.properties @@ -2,6 +2,7 @@ service.package.type=jar # 定位模板的目录(配合ResourceHandler使用,控制页面访问) spring.mvc.view.prefix=/private/ spring.mvc.view.suffix=.html +logging.config:log4j2.xml spring.main.banner-mode=off