|
@ -23,7 +23,6 @@ import org.springframework.context.annotation.ComponentScan; |
|
|
@SpringBootApplication |
|
|
@SpringBootApplication |
|
|
@EnableDiscoveryClient |
|
|
@EnableDiscoveryClient |
|
|
@EnableFeignClients |
|
|
@EnableFeignClients |
|
|
@ComponentScan(basePackages={"com.epmet.*"}) |
|
|
|
|
|
public class GatewayApplication { |
|
|
public class GatewayApplication { |
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
public static void main(String[] args) { |
|
|