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