From 30f9bc2e0fd1b1b7485b9724556e9bd18c65e90c Mon Sep 17 00:00:00 2001 From: yinzuomei <57602893@qq.com> Date: Fri, 27 Mar 2020 17:11:59 +0800 Subject: [PATCH] =?UTF-8?q?demo=E6=A8=A1=E5=9D=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../epmet-demo-server/src/main/resources/bootstrap.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epmet-module/epmet-demo/epmet-demo-server/src/main/resources/bootstrap.yml b/epmet-module/epmet-demo/epmet-demo-server/src/main/resources/bootstrap.yml index 5134667e20..c34d1822b8 100644 --- a/epmet-module/epmet-demo/epmet-demo-server/src/main/resources/bootstrap.yml +++ b/epmet-module/epmet-demo/epmet-demo-server/src/main/resources/bootstrap.yml @@ -6,6 +6,8 @@ server: spring: application: name: epmet-demo-server + main: + allow-bean-definition-overriding: true #环境 dev|test|prod profiles: active: dev