Browse Source

Merge branch 'wxz_thread_var_clean' into develop

dev_shibei_match
wxz 4 years ago
parent
commit
3c365a0e67
  1. 2
      epmet-gateway/src/main/java/com/epmet/GatewayApplication.java

2
epmet-gateway/src/main/java/com/epmet/GatewayApplication.java

@ -26,7 +26,7 @@ import org.springframework.context.annotation.FilterType;
@SpringBootApplication()
@EnableDiscoveryClient
@EnableFeignClients
@ServletComponentScan
//@ServletComponentScan
@ComponentScan(basePackages = {"com.epmet.*"}, excludeFilters = @ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE, classes = {ServletExceptionHandler.class}))
public class GatewayApplication {

Loading…
Cancel
Save