From 564e470103f4c0569b1100b20a8181a1565d13cb Mon Sep 17 00:00:00 2001 From: ThinkGem Date: Sat, 22 Dec 2018 15:46:53 +0800 Subject: [PATCH] update --- web/src/main/resources/config/application.yml | 2 +- .../main/resources/config/logback-spring.xml | 21 ++++++++----------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index 22bd4eb4..ff7ebb69 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -38,7 +38,7 @@ jdbc: driver: com.mysql.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/jeesite?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull username: root - password: 159357 + password: 123456 testSql: SELECT 1 # # Oracle 数据库配置 diff --git a/web/src/main/resources/config/logback-spring.xml b/web/src/main/resources/config/logback-spring.xml index 3f55e205..d3fa2263 100644 --- a/web/src/main/resources/config/logback-spring.xml +++ b/web/src/main/resources/config/logback-spring.xml @@ -3,21 +3,18 @@ - - - + + - - - %clr(%d{yyyy-MM-dd HH:mm:ss.SSS}) %-5level %clr([%logger{50}]) - %msg%n + %clr(%d{MM-dd HH:mm:ss.SSS}) %-5level %clr([%logger{50}]) - %msg%n - + ${log.path}/debug.log @@ -50,18 +47,18 @@ ERROR - + - + - + - - + + \ No newline at end of file