From 087e704efe527b2ded92957d54e75bc83e65cbc2 Mon Sep 17 00:00:00 2001 From: yinzuomei <57602893@qq.com> Date: Fri, 20 Mar 2020 09:16:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4ComponentScan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-gateway/src/main/java/com/epmet/GatewayApplication.java | 1 - 1 file changed, 1 deletion(-) diff --git a/epmet-gateway/src/main/java/com/epmet/GatewayApplication.java b/epmet-gateway/src/main/java/com/epmet/GatewayApplication.java index 037b68c01f..352ae0df92 100644 --- a/epmet-gateway/src/main/java/com/epmet/GatewayApplication.java +++ b/epmet-gateway/src/main/java/com/epmet/GatewayApplication.java @@ -23,7 +23,6 @@ import org.springframework.context.annotation.ComponentScan; @SpringBootApplication @EnableDiscoveryClient @EnableFeignClients -@ComponentScan(basePackages={"com.epmet.*"}) public class GatewayApplication { public static void main(String[] args) {