From 7214ae59e03b79372a923eae8206082efc3fab85 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Thu, 07 Dec 2017 17:08:28 +0800 Subject: [PATCH] app 接口 --- src/main/resources/application.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index aa91078..39a5b8b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -61,6 +61,6 @@ mongodb: uri: mongodb://47.96.171.62:27017/monitor -#mybatis: -# mapper-locations: classpath*:/mapper/*Mapper.xml -# type-aliases-package: com.moral.entity \ No newline at end of file +mybatis: + mapper-locations: classpath*:/mapper/*Mapper.xml + type-aliases-package: com.moral.entity \ No newline at end of file -- Gitblit v1.8.0