From 92557e05516023b10555aad15a744133e7b09ed4 Mon Sep 17 00:00:00 2001 From: Xiong Neng Date: Sat, 15 Sep 2018 16:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90springboot-thymeleaf=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springboot-thymeleaf/pom.xml | 2 -- .../src/main/resources/application.yml | 14 +------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/springboot-thymeleaf/pom.xml b/springboot-thymeleaf/pom.xml index bd7b6e9..adbcd85 100644 --- a/springboot-thymeleaf/pom.xml +++ b/springboot-thymeleaf/pom.xml @@ -22,8 +22,6 @@ UTF-8 UTF-8 1.8 - 3.0.7.RELEASE - 2.2.2 diff --git a/springboot-thymeleaf/src/main/resources/application.yml b/springboot-thymeleaf/src/main/resources/application.yml index f373b6c..349f246 100644 --- a/springboot-thymeleaf/src/main/resources/application.yml +++ b/springboot-thymeleaf/src/main/resources/application.yml @@ -31,17 +31,5 @@ logging: ROOT: INFO com: xncoding: DEBUG - file: E:/logs/app.log + file: D:/logs/app.log ---- - -##################################################################### -######################## 测试环境profile ########################## -##################################################################### - -logging: - level: - ROOT: INFO - com: - xncoding: DEBUG - file: /var/logs/app.log