From efbf7e1c4fd434edd52dd4587037a3d2d1dde878 Mon Sep 17 00:00:00 2001 From: zy_Java <654600784@qq.com> Date: Fri, 14 Aug 2020 10:50:16 +0800 Subject: [PATCH] 0814_v3.0 --- mt/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mt/src/main/resources/application.yml b/mt/src/main/resources/application.yml index 5889ff7f..5c2cd5c4 100644 --- a/mt/src/main/resources/application.yml +++ b/mt/src/main/resources/application.yml @@ -1,4 +1,4 @@ spring: profiles: - active: test - include: common, util-test \ No newline at end of file + active: dev + include: common, util-dev \ No newline at end of file