[api-gateway:192.168.237.1:9900] 2020-12-11 09:46:37.736 INFO 6548 [] [main] org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration Located property source: CompositePropertySource {name='NACOS', propertySources=[NacosPropertySource {name='api-gateway-prod.yml'}, NacosPropertySource {name='api-gateway.yml'}, NacosPropertySource {name='common.yml'}]} [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:37.894 INFO 6548 [] [main] com.central.GatewayApp The following profiles are active: prod [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:37.934 INFO 6548 [] [main] org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@35d08e6c: startup date [Fri Dec 11 09:46:37 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@7b36aa0c [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:38.621 WARN 6548 [] [main] org.springframework.cloud.commons.util.SpringFactoryImportSelector More than one implementation of @EnableCircuitBreaker (now relying on @Conditionals to pick one): [com.alibaba.cloud.sentinel.custom.SentinelCircuitBreakerConfiguration, org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:38.627 WARN 6548 [] [main] org.springframework.cloud.commons.util.SpringFactoryImportSelector More than one implementation of @EnableCircuitBreaker (now relying on @Conditionals to pick one): [com.alibaba.cloud.sentinel.custom.SentinelCircuitBreakerConfiguration, org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:39.734 INFO 6548 [] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory Overriding alias 'user-centerFeignClient' definition for registered name 'com.central.gateway.feign.MenuService' with new target name 'com.central.common.feign.UserService' [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:40.448 INFO 6548 [] [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate Multiple Spring Data modules found, entering strict repository configuration mode! [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:40.747 INFO 6548 [] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory Overriding bean definition for bean 'counterFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulMetricsConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulMetricsConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration.class]] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:41.380 INFO 6548 [] [main] org.springframework.cloud.context.scope.GenericScope BeanFactory id=d865eb02-f219-3b3f-8d6f-e0f62aa91b75 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:41.444 INFO 6548 [] [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor JSR-330 'javax.inject.Inject' annotation found and supported for autowiring [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:41.509 INFO 6548 [] [main] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'com.central.gateway.feign.MenuService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:41.512 INFO 6548 [] [main] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'com.central.common.feign.UserService' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:42.260 INFO 6548 [] [main] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'org.springframework.boot.context.properties.ConversionServiceDeducer$Factory' of type [org.springframework.boot.context.properties.ConversionServiceDeducer$Factory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:42.369 INFO 6548 [] [main] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties' of type [com.alibaba.cloud.sentinel.SentinelProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:42.631 INFO 6548 [] [main] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration' of type [com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration$$EnhancerBySpringCGLIB$$cfb96564] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:42.680 INFO 6548 [] [main] org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$c82bfa84] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:43.340 INFO 6548 [] [main] org.xnio XNIO version 3.3.8.Final [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:43.380 INFO 6548 [] [main] org.xnio.nio XNIO NIO Implementation Version 3.3.8.Final [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:43.429 WARN 6548 [] [main] io.undertow.websockets.jsr UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:43.430 WARN 6548 [] [main] io.undertow.websockets.jsr UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:43.479 INFO 6548 [] [main] io.undertow.servlet Initializing Spring embedded WebApplicationContext [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:43.480 INFO 6548 [] [main] org.springframework.web.context.ContextLoader Root WebApplicationContext: initialization completed in 5545 ms [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:43.607 INFO 6548 [] [main] com.alibaba.cloud.sentinel.SentinelWebAutoConfiguration [Sentinel Starter] register Sentinel CommonFilter with urlPatterns: [/*]. [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:44.096 WARN 6548 [] [main] com.netflix.config.sources.URLConfigurationSource No URLs will be polled as dynamic configuration sources. [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:44.096 INFO 6548 [] [main] com.netflix.config.sources.URLConfigurationSource To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:44.120 INFO 6548 [] [main] com.netflix.config.DynamicPropertyFactory DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@e154848 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:46.200 INFO 6548 [] [main] org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor Initializing ExecutorService [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:46.954 INFO 6548 [] [main] com.alibaba.nacos.client.naming initializer namespace from System Property :null [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:46.955 INFO 6548 [] [main] com.alibaba.nacos.client.naming initializer namespace from System Environment :null [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:46.956 INFO 6548 [] [main] com.alibaba.nacos.client.naming initializer namespace from System Property :null [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.072 INFO 6548 [] [main] com.alibaba.nacos.client.config.impl.ClientWorker [fixed-127.0.0.1_8848] [subscribe] zuul-routes+ZUUL_GATEWAY [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.075 INFO 6548 [] [main] com.alibaba.nacos.client.config.impl.CacheData [fixed-127.0.0.1_8848] [add-listener] ok, tenant=, dataId=zuul-routes, group=ZUUL_GATEWAY, cnt=1 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.574 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'corsFilter' to urls: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.576 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'commonFilter' to urls: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.576 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'characterEncodingFilter' to: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.576 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'webMvcMetricsFilter' to: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.576 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'hiddenHttpMethodFilter' to: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.576 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'httpPutFormContentFilter' to: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.577 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'requestContextFilter' to: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.579 INFO 6548 [] [main] org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean Mapping filter: 'springSecurityFilterChain' to: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.579 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'httpTraceFilter' to: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.579 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'com.central.common.filter.TenantFilter' to: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.579 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'com.central.common.filter.TraceFilter' to: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.580 INFO 6548 [] [main] org.springframework.boot.web.servlet.FilterRegistrationBean Mapping filter: 'com.central.common.ribbon.filter.LbIsolationFilter' to: [/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.580 INFO 6548 [] [main] org.springframework.boot.web.servlet.ServletRegistrationBean Servlet dispatcherServlet mapped to [/] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.586 INFO 6548 [] [main] org.springframework.boot.web.servlet.ServletRegistrationBean Servlet zuulServlet mapped to [/zuul/*] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:47.588 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar Registered '/actuator/hystrix.stream' to hystrix.stream-actuator-endpoint [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:48.348 INFO 6548 [] [main] org.springframework.context.annotation.AnnotationConfigApplicationContext Refreshing FeignContext-user-center: startup date [Fri Dec 11 09:46:48 CST 2020]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@35d08e6c [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:48.391 INFO 6548 [] [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor JSR-330 'javax.inject.Inject' annotation found and supported for autowiring [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:49.960 INFO 6548 [] [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:49.964 INFO 6548 [] [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:49.967 INFO 6548 [] [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:49.974 INFO 6548 [] [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:49.975 INFO 6548 [] [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.141 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver Exposing 26 endpoint(s) beneath base path '/actuator' [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.166 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/archaius],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.170 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/nacos-config],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.172 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/nacos-discovery],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.174 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/sentinel],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.176 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/auditevents],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.177 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/beans],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.180 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.182 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/conditions],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.183 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/configprops],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.183 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/env],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.184 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/env/{toMatch}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.187 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/env],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v2+json || application/json],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.187 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/env],methods=[DELETE],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.188 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.189 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/logfile],methods=[GET],produces=[application/octet-stream]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.191 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/loggers],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.192 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/loggers/{name}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.193 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/loggers/{name}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.193 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/heapdump],methods=[GET],produces=[application/octet-stream]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.193 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/threaddump],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.194 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/prometheus],methods=[GET],produces=[text/plain;version=0.0.4;charset=utf-8]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.195 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/metrics/{requiredMetricName}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.196 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/metrics],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.199 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/scheduledtasks],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.200 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/httptrace],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.202 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/mappings],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.205 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/refresh],methods=[POST],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.206 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/features],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.207 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/service-registry],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.208 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/service-registry],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v2+json || application/json],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.209 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/routes],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.210 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/routes],methods=[POST],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.210 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/routes/{format}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.211 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator/filters],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.213 INFO 6548 [] [main] org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.627 INFO 6548 [] [main] com.central.common.utils.CustomThreadPoolTaskExecutor Initializing ExecutorService [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.643 INFO 6548 [] [main] com.central.common.utils.CustomThreadPoolTaskExecutor Initializing ExecutorService 'taskExecutor' [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.822 INFO 6548 [] [main] springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.892 WARN 6548 [] [main] com.netflix.config.sources.URLConfigurationSource No URLs will be polled as dynamic configuration sources. [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:50.892 INFO 6548 [] [main] com.netflix.config.sources.URLConfigurationSource To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:51.078 INFO 6548 [] [main] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:51.314 INFO 6548 [] [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@35d08e6c: startup date [Fri Dec 11 09:46:37 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@7b36aa0c [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:51.405 INFO 6548 [] [main] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:51.406 INFO 6548 [] [main] org.springframework.web.servlet.handler.SimpleUrlHandlerMapping Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:51.597 INFO 6548 [] [main] org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler Initializing ExecutorService [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:52.984 INFO 6548 [] [main] org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration Using generated security password: 2ab62840-0ab9-48c5-af4b-a38f24739c84 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:53.316 INFO 6548 [] [main] org.springframework.security.web.DefaultSecurityFilterChain Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@78d72c9b, org.springframework.security.web.context.SecurityContextPersistenceFilter@10587ce5, org.springframework.security.web.header.HeaderWriterFilter@1b8d0c21, org.springframework.security.web.authentication.logout.LogoutFilter@7c068c7b, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@5f49c09d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@10fef6da, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1766b7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@22d82fe8, org.springframework.security.web.session.SessionManagementFilter@40f49d72, org.springframework.security.web.access.ExceptionTranslationFilter@293ccbdd, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@53eb4dae] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:53.812 INFO 6548 [] [main] org.springframework.cloud.netflix.zuul.ZuulFilterInitializer Starting filter initializer [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:53.931 INFO 6548 [] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter Registering beans for JMX exposure on startup [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:53.947 INFO 6548 [] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter Bean with name 'environmentManager' has been autodetected for JMX exposure [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:53.948 INFO 6548 [] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter Bean with name 'refreshScope' has been autodetected for JMX exposure [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:53.950 INFO 6548 [] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:53.958 INFO 6548 [] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:53.974 INFO 6548 [] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:53.993 INFO 6548 [] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=35d08e6c,type=ConfigurationPropertiesRebinder] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.021 INFO 6548 [] [main] org.springframework.context.support.DefaultLifecycleProcessor Starting beans in phase 0 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.027 INFO 6548 [] [main] org.springframework.context.support.DefaultLifecycleProcessor Starting beans in phase 2147483647 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.028 INFO 6548 [] [main] springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper Context refreshed [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.096 INFO 6548 [] [main] springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper Found 1 custom documentation plugin(s) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.184 INFO 6548 [] [main] springfox.documentation.spring.web.scanners.ApiListingReferenceScanner Scanning for api listing references [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.441 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_1 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.443 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_2 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.445 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_3 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.447 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_4 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.448 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_5 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.450 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_6 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.454 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_7 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.456 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_8 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.458 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_9 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.460 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_10 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.462 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_11 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.464 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_12 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.466 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_13 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.468 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingPOST_1 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.469 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_14 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.471 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_15 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.473 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_16 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.474 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_17 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.476 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_18 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.478 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_19 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.479 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_20 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.481 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_21 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.482 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingPOST_2 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.485 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_22 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.490 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_23 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.492 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingPOST_3 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.494 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_24 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.496 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_25 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.497 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_26 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.499 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingPOST_4 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.500 INFO 6548 [] [main] springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator Generating unique operation named: handleUsingGET_27 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.619 INFO 6548 [] [main] org.springframework.boot.web.embedded.undertow.UndertowServletWebServer Undertow started on port(s) 9900 (http) with context path '' [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.629 INFO 6548 [] [main] com.alibaba.nacos.client.naming [BEAT] adding beat: {"cluster":"DEFAULT","ip":"192.168.237.1","metadata":{"preserved.register.source":"SPRING_CLOUD"},"period":5000,"port":9900,"scheduled":false,"serviceName":"DEFAULT_GROUP@@api-gateway","stopped":false,"weight":1.0} to beat map. [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:54.685 INFO 6548 [] [main] com.alibaba.nacos.client.naming [REGISTER-SERVICE] public registering service DEFAULT_GROUP@@api-gateway with instance: {"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ip":"192.168.237.1","ipDeleteTimeout":30000,"metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":9900,"weight":1.0} [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.013 INFO 6548 [] [main] com.alibaba.cloud.nacos.registry.NacosServiceRegistry nacos registry, api-gateway 192.168.237.1:9900 register finished [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.039 INFO 6548 [] [main] com.central.GatewayApp Started GatewayApp in 22.113 seconds (JVM running for 25.709) [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.052 INFO 6548 [] [main] com.alibaba.nacos.client.config.impl.ClientWorker [fixed-127.0.0.1_8848] [subscribe] api-gateway.yml+DEFAULT_GROUP [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.052 INFO 6548 [] [main] com.alibaba.nacos.client.config.impl.CacheData [fixed-127.0.0.1_8848] [add-listener] ok, tenant=, dataId=api-gateway.yml, group=DEFAULT_GROUP, cnt=1 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.052 INFO 6548 [] [main] com.alibaba.nacos.client.config.impl.ClientWorker [fixed-127.0.0.1_8848] [subscribe] api-gateway-prod.yml+DEFAULT_GROUP [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.053 INFO 6548 [] [main] com.alibaba.nacos.client.config.impl.CacheData [fixed-127.0.0.1_8848] [add-listener] ok, tenant=, dataId=api-gateway-prod.yml, group=DEFAULT_GROUP, cnt=1 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.053 INFO 6548 [] [main] com.alibaba.nacos.client.config.impl.ClientWorker [fixed-127.0.0.1_8848] [subscribe] common.yml+DEFAULT_GROUP [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.053 INFO 6548 [] [main] com.alibaba.nacos.client.config.impl.CacheData [fixed-127.0.0.1_8848] [add-listener] ok, tenant=, dataId=common.yml, group=DEFAULT_GROUP, cnt=1 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.059 INFO 6548 [] [main] org.springframework.context.annotation.AnnotationConfigApplicationContext Refreshing SpringClientFactory-idaas-center: startup date [Fri Dec 11 09:46:55 CST 2020]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@35d08e6c [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.560 INFO 6548 [] [main] org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor JSR-330 'javax.inject.Inject' annotation found and supported for autowiring [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.826 INFO 6548 [] [RMI TCP Connection(8)-59.212.10.69] io.undertow.servlet Initializing Spring FrameworkServlet 'dispatcherServlet' [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.827 INFO 6548 [] [RMI TCP Connection(8)-59.212.10.69] org.springframework.web.servlet.DispatcherServlet FrameworkServlet 'dispatcherServlet': initialization started [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:55.906 INFO 6548 [] [RMI TCP Connection(8)-59.212.10.69] org.springframework.web.servlet.DispatcherServlet FrameworkServlet 'dispatcherServlet': initialization completed in 79 ms [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:56.126 INFO 6548 [] [main] com.netflix.config.ChainedDynamicProperty Flipping property: idaas-center.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:56.275 INFO 6548 [] [main] com.netflix.loadbalancer.BaseLoadBalancer Client: idaas-center instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=idaas-center,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:56.286 INFO 6548 [] [main] com.netflix.loadbalancer.DynamicServerListLoadBalancer Using serverListUpdater PollingServerListUpdater [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:56.325 INFO 6548 [] [main] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:56.326 INFO 6548 [] [main] com.netflix.loadbalancer.DynamicServerListLoadBalancer DynamicServerListLoadBalancer for client idaas-center initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=idaas-center,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:com.alibaba.cloud.nacos.ribbon.NacosServerList@31287930 [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:57.334 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:58.350 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:59.030 INFO 6548 [] [RMI TCP Connection(7)-59.212.10.69] io.lettuce.core.EpollProvider Starting without optional epoll library [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:59.033 INFO 6548 [] [RMI TCP Connection(7)-59.212.10.69] io.lettuce.core.KqueueProvider Starting without optional kqueue library [api-gateway:192.168.237.1:9900] 2020-12-11 09:46:59.360 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:00.366 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:01.371 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:02.378 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:03.383 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:04.398 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:05.404 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:06.410 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:07.417 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:08.424 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:09.432 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:10.438 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:11.454 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:12.460 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:13.466 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:14.473 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:15.480 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:16.487 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:17.492 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:18.498 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:19.504 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:20.511 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:21.518 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:22.525 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:23.531 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:24.539 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:25.544 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:26.550 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:27.557 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:28.563 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:29.568 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:30.578 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:31.586 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:32.594 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:33.600 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:34.605 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:35.614 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:36.621 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:37.626 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:38.630 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:39.636 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:40.640 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:41.644 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:42.650 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:43.656 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:44.660 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:45.666 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:46.671 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:47.677 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:48.683 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:49.687 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:50.691 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:51.697 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:52.704 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:53.707 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:54.717 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:55.722 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:56.728 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:57.735 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:58.741 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:47:59.747 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:00.754 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:01.759 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:02.763 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:03.769 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:04.774 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:05.780 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:06.784 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:07.789 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:08.795 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:09.800 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:10.804 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:11.809 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:12.819 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:13.824 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:14.829 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:15.835 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:16.842 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:17.847 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:18.852 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:19.867 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:20.881 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:21.889 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:22.896 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:23.902 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:24.906 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:25.919 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:26.926 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:27.931 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:28.938 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:29.943 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:30.948 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:31.954 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:32.959 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:33.965 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:34.970 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:35.975 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:36.980 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:37.997 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:39.002 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:40.008 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:41.013 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:42.018 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:43.023 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:44.029 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:45.033 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:46.040 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:47.046 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:48.053 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:49.059 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:50.064 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:51.069 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:52.076 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:53.083 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:54.091 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:55.098 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:56.103 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:57.109 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:58.114 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:48:59.119 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:00.122 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:01.127 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:02.132 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:03.137 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:04.143 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:05.148 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:06.157 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:07.162 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:08.165 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:09.171 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> [] [api-gateway:192.168.237.1:9900] 2020-12-11 09:49:10.182 INFO 6548 [] [com.alibaba.nacos.client.naming.updater] com.alibaba.nacos.client.naming current ips:(0) service: DEFAULT_GROUP@@idaas-center -> []