From 8488343e32b2241817325995b4773dc5277ac52b Mon Sep 17 00:00:00 2001 From: zy_Java <654600784@qq.com> Date: Fri, 11 Dec 2020 09:36:01 +0800 Subject: [PATCH] 20201211 --- ht/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ht/src/main/resources/application.yml b/ht/src/main/resources/application.yml index 5889ff7f..d082c0ea 100644 --- a/ht/src/main/resources/application.yml +++ b/ht/src/main/resources/application.yml @@ -1,4 +1,4 @@ spring: profiles: - active: test - include: common, util-test \ No newline at end of file + active: prod + include: common, util-prod \ No newline at end of file