From 44f8dede77c8767fd1d734e06048a411ee4a9e82 Mon Sep 17 00:00:00 2001 From: sgjj <995959152@qq.com> Date: Fri, 3 Jan 2020 11:42:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 31877027..ccf5f8ed 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -6,6 +6,7 @@ server: logging: level: net.mingsoft: trace + file: mcms.log ms: manager: path: /ms @@ -27,7 +28,6 @@ ms: - spring: profiles: active: dev @@ -61,10 +61,8 @@ spring: date_format: yyyy-MM-dd time_format: HH:mm:ss datetime_format: yyyy-MM-dd HH:mm:ss - auto_import: /include/macro.ftl as ms number_format: 0.## mybatis: - mapper-locations: classpath*:**/dao/*.xml - configuration: + configuration: database-id: mysql \ No newline at end of file