springboot2.1.1+dubbo2.6.2+jdk9+zk3.4.12

2022-08-03 18:03:39.859  INFO 2344 --- [  restartedMain] c.a.dubbo.common.logger.LoggerFactory    : using logger: com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
2022-08-03 18:03:39.866  INFO 2344 --- [  restartedMain] a.b.d.c.e.WelcomeLogoApplicationListener : 

 :: Dubbo Spring Boot (v0.2.0) : https://github.com/apache/incubator-dubbo-spring-boot-project
 :: Dubbo (v2.6.2) : https://github.com/apache/incubator-dubbo
 :: Google group : dev@dubbo.incubator.apache.org

2022-08-03 18:03:39.873  INFO 2344 --- [  restartedMain] e.OverrideDubboConfigApplicationListener : Dubbo Config was overridden by externalized configuration {dubbo.application.name=springboot-dubbo-provider, dubbo.application.version=1.0.0, dubbo.provider.timeout=1000, dubbo.registry.address=zookeeper://192.168.1.161:2181}

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.1.1.RELEASE)

2022-08-03 18:03:39.995  INFO 2344 --- [  restartedMain] zwf.SpringbootDubboProviderApplication   : Starting SpringbootDubboProviderApplication on USER-20211009IT with PID 2344 (D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-provider\target\classes started by Administrator in D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-provider)
2022-08-03 18:03:39.996  INFO 2344 --- [  restartedMain] zwf.SpringbootDubboProviderApplication   : No active profile set, falling back to default profiles: default
2022-08-03 18:03:40.101  INFO 2344 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2022-08-03 18:03:40.598  INFO 2344 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The dubbo config bean definition [name : com.alibaba.dubbo.config.ApplicationConfig#0, class : com.alibaba.dubbo.config.ApplicationConfig] has been registered.
2022-08-03 18:03:40.601  INFO 2344 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The BeanPostProcessor bean definition [com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : com.alibaba.dubbo.config.ApplicationConfig#0] has been registered.
2022-08-03 18:03:40.602  INFO 2344 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The dubbo config bean definition [name : com.alibaba.dubbo.config.RegistryConfig#0, class : com.alibaba.dubbo.config.RegistryConfig] has been registered.
2022-08-03 18:03:40.603  INFO 2344 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The BeanPostProcessor bean definition [com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : com.alibaba.dubbo.config.RegistryConfig#0] has been registered.
2022-08-03 18:03:40.603  INFO 2344 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The dubbo config bean definition [name : com.alibaba.dubbo.config.ProviderConfig#0, class : com.alibaba.dubbo.config.ProviderConfig] has been registered.
2022-08-03 18:03:40.603  INFO 2344 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The BeanPostProcessor bean definition [com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : com.alibaba.dubbo.config.ProviderConfig#0] has been registered.
2022-08-03 18:03:40.762  INFO 2344 --- [  restartedMain] b.f.a.ServiceAnnotationBeanPostProcessor :  [DUBBO] BeanNameGenerator bean can't be found in BeanFactory with name [org.springframework.context.annotation.internalConfigurationBeanNameGenerator], dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:40.762  INFO 2344 --- [  restartedMain] b.f.a.ServiceAnnotationBeanPostProcessor :  [DUBBO] BeanNameGenerator will be a instance of org.springframework.context.annotation.AnnotationBeanNameGenerator , it maybe a potential problem on bean name generation., dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:40.831  WARN 2344 --- [  restartedMain] b.f.a.ServiceAnnotationBeanPostProcessor :  [DUBBO] The BeanDefinition[Root bean: class [com.alibaba.dubbo.config.spring.ServiceBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] of ServiceBean has been registered with name : ServiceBean:demoServiceImpl:zwf.api.service.DemoService, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:40.832  INFO 2344 --- [  restartedMain] b.f.a.ServiceAnnotationBeanPostProcessor :  [DUBBO] 1 annotated Dubbo's @Service Components { [Bean definition with name 'demoServiceImpl': Generic bean: class [zwf.provider.service.impl.DemoServiceImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-provider\target\classes\zwf\provider\service\impl\DemoServiceImpl.class]] } were scanned under package[zwf], dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:41.049  INFO 2344 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.boot.dubbo.autoconfigure.DubboAutoConfiguration' of type [com.alibaba.boot.dubbo.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$a3b57dda] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-03 18:03:41.080  INFO 2344 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'relaxedDubboConfigBinder' of type [com.alibaba.boot.dubbo.autoconfigure.RelaxedDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-03 18:03:41.084  INFO 2344 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'relaxedDubboConfigBinder' of type [com.alibaba.boot.dubbo.autoconfigure.RelaxedDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-03 18:03:41.086  INFO 2344 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'relaxedDubboConfigBinder' of type [com.alibaba.boot.dubbo.autoconfigure.RelaxedDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-03 18:03:41.154  INFO 2344 --- [  restartedMain] .f.a.DubboConfigBindingBeanPostProcessor : The properties of bean [name : com.alibaba.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
2022-08-03 18:03:41.195  INFO 2344 --- [  restartedMain] .f.a.DubboConfigBindingBeanPostProcessor : The properties of bean [name : com.alibaba.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
2022-08-03 18:03:41.324  INFO 2344 --- [  restartedMain] .f.a.DubboConfigBindingBeanPostProcessor : The properties of bean [name : com.alibaba.dubbo.config.ProviderConfig#0] have been binding by prefix of configuration properties : dubbo.provider
2022-08-03 18:03:41.732  INFO 2344 --- [  restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2022-08-03 18:03:41.989  INFO 2344 --- [  restartedMain] com.alibaba.dubbo.config.AbstractConfig  :  [DUBBO] The service ready on spring started. service: zwf.api.service.DemoService, dubbo version: 2.6.2, current host: 2.0.0.1
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by javassist.ClassPool (file:/D:/localRepository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of javassist.ClassPool
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2022-08-03 18:03:42.178  INFO 2344 --- [  restartedMain] com.alibaba.dubbo.config.AbstractConfig  :  [DUBBO] Export dubbo service zwf.api.service.DemoService to local registry, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:42.179  INFO 2344 --- [  restartedMain] com.alibaba.dubbo.config.AbstractConfig  :  [DUBBO] Export dubbo service zwf.api.service.DemoService to url dubbo://2.0.0.1:20880/zwf.api.service.DemoService?anyhost=true&application=springboot-dubbo-provider&application.version=1.0.0&bind.ip=2.0.0.1&bind.port=20880&default.timeout=1000&dubbo=2.6.2&generic=false&interface=zwf.api.service.DemoService&methods=sayHello&pid=2344&side=provider&timestamp=1659521022009, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:42.179  INFO 2344 --- [  restartedMain] com.alibaba.dubbo.config.AbstractConfig  :  [DUBBO] Register dubbo service zwf.api.service.DemoService url dubbo://2.0.0.1:20880/zwf.api.service.DemoService?anyhost=true&application=springboot-dubbo-provider&application.version=1.0.0&bind.ip=2.0.0.1&bind.port=20880&default.timeout=1000&dubbo=2.6.2&generic=false&interface=zwf.api.service.DemoService&methods=sayHello&pid=2344&side=provider&timestamp=1659521022009 to registry registry://192.168.1.161:2181/com.alibaba.dubbo.registry.RegistryService?application=springboot-dubbo-provider&application.version=1.0.0&dubbo=2.6.2&pid=2344&registry=zookeeper&timestamp=1659521022000, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:42.698  INFO 2344 --- [  restartedMain] c.a.d.remoting.transport.AbstractServer  :  [DUBBO] Start NettyServer bind /0.0.0.0:20880, export /2.0.0.1:20880, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:42.831  INFO 2344 --- [  restartedMain] o.a.c.f.imps.CuratorFrameworkImpl        : Starting
2022-08-03 18:03:42.842  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:zookeeper.version=3.4.9-1757313, built on 08/23/2016 06:50 GMT
2022-08-03 18:03:42.843  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:host.name=USER-20211009IT
2022-08-03 18:03:42.843  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.version=9
2022-08-03 18:03:42.843  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.vendor=Oracle Corporation
2022-08-03 18:03:42.843  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.home=C:\Program Files\Java\jre-9
2022-08-03 18:03:42.843  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.class.path=D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-provider\target\classes;D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-api\target\classes;D:\localRepository\org\springframework\boot\spring-boot-starter\2.1.1.RELEASE\spring-boot-starter-2.1.1.RELEASE.jar;D:\localRepository\org\springframework\boot\spring-boot\2.1.1.RELEASE\spring-boot-2.1.1.RELEASE.jar;D:\localRepository\org\springframework\spring-context\5.1.3.RELEASE\spring-context-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\spring-aop\5.1.3.RELEASE\spring-aop-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\spring-beans\5.1.3.RELEASE\spring-beans-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\spring-expression\5.1.3.RELEASE\spring-expression-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\boot\spring-boot-autoconfigure\2.1.1.RELEASE\spring-boot-autoconfigure-2.1.1.RELEASE.jar;D:\localRepository\org\springframework\boot\spring-boot-starter-logging\2.1.1.RELEASE\spring-boot-starter-logging-2.1.1.RELEASE.jar;D:\localRepository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;D:\localRepository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;D:\localRepository\org\apache\logging\log4j\log4j-to-slf4j\2.11.1\log4j-to-slf4j-2.11.1.jar;D:\localRepository\org\apache\logging\log4j\log4j-api\2.11.1\log4j-api-2.11.1.jar;D:\localRepository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;D:\localRepository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;D:\localRepository\org\springframework\spring-core\5.1.3.RELEASE\spring-core-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\spring-jcl\5.1.3.RELEASE\spring-jcl-5.1.3.RELEASE.jar;D:\localRepository\org\yaml\snakeyaml\1.23\snakeyaml-1.23.jar;D:\localRepository\com\alibaba\boot\dubbo-spring-boot-starter\0.2.0\dubbo-spring-boot-starter-0.2.0.jar;D:\localRepository\com\alibaba\dubbo\2.6.2\dubbo-2.6.2.jar;D:\localRepository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;D:\localRepository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;D:\localRepository\org\apache\zookeeper\zookeeper\3.4.9\zookeeper-3.4.9.jar;D:\localRepository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;D:\localRepository\jline\jline\0.9.94\jline-0.9.94.jar;D:\localRepository\io\netty\netty\3.10.5.Final\netty-3.10.5.Final.jar;D:\localRepository\org\apache\curator\curator-framework\2.12.0\curator-framework-2.12.0.jar;D:\localRepository\org\apache\curator\curator-client\2.12.0\curator-client-2.12.0.jar;D:\localRepository\com\google\guava\guava\16.0.1\guava-16.0.1.jar;D:\localRepository\com\alibaba\boot\dubbo-spring-boot-autoconfigure\0.2.0\dubbo-spring-boot-autoconfigure-0.2.0.jar;D:\localRepository\org\springframework\boot\spring-boot-devtools\2.1.1.RELEASE\spring-boot-devtools-2.1.1.RELEASE.jar;D:\localRepository\org\projectlombok\lombok\1.18.4\lombok-1.18.4.jar
2022-08-03 18:03:42.844  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.library.path=C:\Program Files\Java\jre-9\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;D:\Java\jdk-11.0.15.1\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\NetSarang;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Users\Administrator\AppData\Roaming\npm;.
2022-08-03 18:03:42.846  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.io.tmpdir=C:\Users\ADMINI~1\AppData\Local\Temp\
2022-08-03 18:03:42.846  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.compiler=<NA>
2022-08-03 18:03:42.846  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:os.name=Windows 7
2022-08-03 18:03:42.846  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:os.arch=amd64
2022-08-03 18:03:42.846  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:os.version=6.1
2022-08-03 18:03:42.846  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:user.name=Administrator
2022-08-03 18:03:42.846  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:user.home=C:\Users\Administrator
2022-08-03 18:03:42.846  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:user.dir=D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-provider
2022-08-03 18:03:42.847  INFO 2344 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Initiating client connection, connectString=192.168.1.161:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@25cf57d4
2022-08-03 18:03:42.882  INFO 2344 --- [168.1.161:2181)] org.apache.zookeeper.ClientCnxn          : Opening socket connection to server 192.168.1.161/192.168.1.161:2181. Will not attempt to authenticate using SASL (unknown error)
2022-08-03 18:03:42.883  INFO 2344 --- [168.1.161:2181)] org.apache.zookeeper.ClientCnxn          : Socket connection established to 192.168.1.161/192.168.1.161:2181, initiating session
2022-08-03 18:03:42.886  INFO 2344 --- [  restartedMain] c.a.d.r.zookeeper.ZookeeperRegistry      :  [DUBBO] Register: dubbo://2.0.0.1:20880/zwf.api.service.DemoService?anyhost=true&application=springboot-dubbo-provider&application.version=1.0.0&default.timeout=1000&dubbo=2.6.2&generic=false&interface=zwf.api.service.DemoService&methods=sayHello&pid=2344&side=provider&timestamp=1659521022009, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:42.892  INFO 2344 --- [168.1.161:2181)] org.apache.zookeeper.ClientCnxn          : Session establishment complete on server 192.168.1.161/192.168.1.161:2181, sessionid = 0x100009f8c9a0003, negotiated timeout = 40000
2022-08-03 18:03:42.913  INFO 2344 --- [ain-EventThread] o.a.c.f.state.ConnectionStateManager     : State change: CONNECTED
2022-08-03 18:03:42.935  INFO 2344 --- [  restartedMain] c.a.d.r.zookeeper.ZookeeperRegistry      :  [DUBBO] Subscribe: provider://2.0.0.1:20880/zwf.api.service.DemoService?anyhost=true&application=springboot-dubbo-provider&application.version=1.0.0&category=configurators&check=false&default.timeout=1000&dubbo=2.6.2&generic=false&interface=zwf.api.service.DemoService&methods=sayHello&pid=2344&side=provider&timestamp=1659521022009, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:42.952  INFO 2344 --- [  restartedMain] c.a.d.r.zookeeper.ZookeeperRegistry      :  [DUBBO] Notify urls for subscribe url provider://2.0.0.1:20880/zwf.api.service.DemoService?anyhost=true&application=springboot-dubbo-provider&application.version=1.0.0&category=configurators&check=false&default.timeout=1000&dubbo=2.6.2&generic=false&interface=zwf.api.service.DemoService&methods=sayHello&pid=2344&side=provider&timestamp=1659521022009, urls: [empty://2.0.0.1:20880/zwf.api.service.DemoService?anyhost=true&application=springboot-dubbo-provider&application.version=1.0.0&category=configurators&check=false&default.timeout=1000&dubbo=2.6.2&generic=false&interface=zwf.api.service.DemoService&methods=sayHello&pid=2344&side=provider&timestamp=1659521022009], dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:03:43.065  INFO 2344 --- [  restartedMain] zwf.SpringbootDubboProviderApplication   : Started SpringbootDubboProviderApplication in 3.622 seconds (JVM running for 4.757)
2022-08-03 18:03:43.097  INFO 2344 --- [pool-1-thread-1] .d.c.e.AwaitingNonWebApplicationListener :  [Dubbo] Current Spring Boot Application is await...







2022-08-03 18:04:01.714  INFO 3604 --- [  restartedMain] c.a.dubbo.common.logger.LoggerFactory    : using logger: com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
2022-08-03 18:04:01.719  INFO 3604 --- [  restartedMain] a.b.d.c.e.WelcomeLogoApplicationListener : 

 :: Dubbo Spring Boot (v0.2.0) : https://github.com/apache/incubator-dubbo-spring-boot-project
 :: Dubbo (v2.6.2) : https://github.com/apache/incubator-dubbo
 :: Google group : dev@dubbo.incubator.apache.org

2022-08-03 18:04:01.724  INFO 3604 --- [  restartedMain] e.OverrideDubboConfigApplicationListener : Dubbo Config was overridden by externalized configuration {dubbo.application.name=springboot-dubbo-consumer, dubbo.application.version=1.0.0, dubbo.consumer.timeout=1000, dubbo.registry.address=zookeeper://192.168.1.161:2181}

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.1.1.RELEASE)

2022-08-03 18:04:01.863  INFO 3604 --- [  restartedMain] zwf.SpringbootDubboConsumerApplication   : Starting SpringbootDubboConsumerApplication on USER-20211009IT with PID 3604 (D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-consumer\target\classes started by Administrator in D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-consumer)
2022-08-03 18:04:01.864  INFO 3604 --- [  restartedMain] zwf.SpringbootDubboConsumerApplication   : No active profile set, falling back to default profiles: default
2022-08-03 18:04:01.980  INFO 3604 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2022-08-03 18:04:01.980  INFO 3604 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2022-08-03 18:04:03.339  INFO 3604 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The dubbo config bean definition [name : com.alibaba.dubbo.config.ApplicationConfig#0, class : com.alibaba.dubbo.config.ApplicationConfig] has been registered.
2022-08-03 18:04:03.340  INFO 3604 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The BeanPostProcessor bean definition [com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : com.alibaba.dubbo.config.ApplicationConfig#0] has been registered.
2022-08-03 18:04:03.341  INFO 3604 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The dubbo config bean definition [name : com.alibaba.dubbo.config.RegistryConfig#0, class : com.alibaba.dubbo.config.RegistryConfig] has been registered.
2022-08-03 18:04:03.341  INFO 3604 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The BeanPostProcessor bean definition [com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : com.alibaba.dubbo.config.RegistryConfig#0] has been registered.
2022-08-03 18:04:03.341  INFO 3604 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The dubbo config bean definition [name : com.alibaba.dubbo.config.ConsumerConfig#0, class : com.alibaba.dubbo.config.ConsumerConfig] has been registered.
2022-08-03 18:04:03.342  INFO 3604 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The BeanPostProcessor bean definition [com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : com.alibaba.dubbo.config.ConsumerConfig#0] has been registered.
2022-08-03 18:04:03.749  INFO 3604 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.boot.dubbo.autoconfigure.DubboAutoConfiguration' of type [com.alibaba.boot.dubbo.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$9e93c30c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-03 18:04:03.883  INFO 3604 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'relaxedDubboConfigBinder' of type [com.alibaba.boot.dubbo.autoconfigure.RelaxedDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-03 18:04:03.891  INFO 3604 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'relaxedDubboConfigBinder' of type [com.alibaba.boot.dubbo.autoconfigure.RelaxedDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-03 18:04:03.894  INFO 3604 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'relaxedDubboConfigBinder' of type [com.alibaba.boot.dubbo.autoconfigure.RelaxedDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-08-03 18:04:04.801  INFO 3604 --- [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 80 (http)
2022-08-03 18:04:04.880  INFO 3604 --- [  restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2022-08-03 18:04:04.882  INFO 3604 --- [  restartedMain] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/9.0.13
2022-08-03 18:04:04.896  INFO 3604 --- [  restartedMain] o.a.catalina.core.AprLifecycleListener   : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files\Java\jre-9\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;D:\Java\jdk-11.0.15.1\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\NetSarang;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Users\Administrator\AppData\Roaming\npm;.]
2022-08-03 18:04:05.099  INFO 3604 --- [  restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2022-08-03 18:04:05.100  INFO 3604 --- [  restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3119 ms
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by javassist.ClassPool (file:/D:/localRepository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of javassist.ClassPool
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2022-08-03 18:04:05.517  INFO 3604 --- [  restartedMain] .f.a.DubboConfigBindingBeanPostProcessor : The properties of bean [name : com.alibaba.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
2022-08-03 18:04:05.529  INFO 3604 --- [  restartedMain] .f.a.DubboConfigBindingBeanPostProcessor : The properties of bean [name : com.alibaba.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
2022-08-03 18:04:05.543  INFO 3604 --- [  restartedMain] .f.a.DubboConfigBindingBeanPostProcessor : The properties of bean [name : com.alibaba.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
2022-08-03 18:04:05.653  INFO 3604 --- [  restartedMain] c.a.d.r.zookeeper.ZookeeperRegistry      :  [DUBBO] Load registry store file C:\Users\Administrator\.dubbo\dubbo-registry-springboot-dubbo-consumer-192.168.1.161:2181.cache, data: {zwf.api.service.DemoService=empty://2.0.0.1/zwf.api.service.DemoService?application=springboot-dubbo-consumer&application.version=1.0.0&category=configurators&default.timeout=1000&dubbo=2.6.2&interface=zwf.api.service.DemoService&methods=sayHello&pid=8096&side=consumer&timestamp=1659520962040 empty://2.0.0.1/zwf.api.service.DemoService?application=springboot-dubbo-consumer&application.version=1.0.0&category=routers&default.timeout=1000&dubbo=2.6.2&interface=zwf.api.service.DemoService&methods=sayHello&pid=8096&side=consumer&timestamp=1659520962040 empty://2.0.0.1/zwf.api.service.DemoService?application=springboot-dubbo-consumer&application.version=1.0.0&category=providers&default.timeout=1000&dubbo=2.6.2&interface=zwf.api.service.DemoService&methods=sayHello&pid=8096&side=consumer&timestamp=1659520962040}, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:04:05.736  INFO 3604 --- [  restartedMain] o.a.c.f.imps.CuratorFrameworkImpl        : Starting
2022-08-03 18:04:05.776  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:zookeeper.version=3.4.9-1757313, built on 08/23/2016 06:50 GMT
2022-08-03 18:04:05.776  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:host.name=USER-20211009IT
2022-08-03 18:04:05.776  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.version=9
2022-08-03 18:04:05.776  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.vendor=Oracle Corporation
2022-08-03 18:04:05.776  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.home=C:\Program Files\Java\jre-9
2022-08-03 18:04:05.776  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.class.path=D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-consumer\target\classes;D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-api\target\classes;D:\localRepository\org\springframework\boot\spring-boot-starter-web\2.1.1.RELEASE\spring-boot-starter-web-2.1.1.RELEASE.jar;D:\localRepository\org\springframework\boot\spring-boot-starter-json\2.1.1.RELEASE\spring-boot-starter-json-2.1.1.RELEASE.jar;D:\localRepository\com\fasterxml\jackson\core\jackson-databind\2.9.7\jackson-databind-2.9.7.jar;D:\localRepository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;D:\localRepository\com\fasterxml\jackson\core\jackson-core\2.9.7\jackson-core-2.9.7.jar;D:\localRepository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.7\jackson-datatype-jdk8-2.9.7.jar;D:\localRepository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.7\jackson-datatype-jsr310-2.9.7.jar;D:\localRepository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.7\jackson-module-parameter-names-2.9.7.jar;D:\localRepository\org\springframework\boot\spring-boot-starter-tomcat\2.1.1.RELEASE\spring-boot-starter-tomcat-2.1.1.RELEASE.jar;D:\localRepository\org\apache\tomcat\embed\tomcat-embed-core\9.0.13\tomcat-embed-core-9.0.13.jar;D:\localRepository\org\apache\tomcat\embed\tomcat-embed-el\9.0.13\tomcat-embed-el-9.0.13.jar;D:\localRepository\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.13\tomcat-embed-websocket-9.0.13.jar;D:\localRepository\org\hibernate\validator\hibernate-validator\6.0.13.Final\hibernate-validator-6.0.13.Final.jar;D:\localRepository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;D:\localRepository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;D:\localRepository\com\fasterxml\classmate\1.4.0\classmate-1.4.0.jar;D:\localRepository\org\springframework\spring-web\5.1.3.RELEASE\spring-web-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\spring-beans\5.1.3.RELEASE\spring-beans-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\spring-webmvc\5.1.3.RELEASE\spring-webmvc-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\spring-aop\5.1.3.RELEASE\spring-aop-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\spring-context\5.1.3.RELEASE\spring-context-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\spring-expression\5.1.3.RELEASE\spring-expression-5.1.3.RELEASE.jar;D:\localRepository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;D:\localRepository\org\springframework\spring-core\5.1.3.RELEASE\spring-core-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\spring-jcl\5.1.3.RELEASE\spring-jcl-5.1.3.RELEASE.jar;D:\localRepository\org\springframework\boot\spring-boot-starter\2.1.1.RELEASE\spring-boot-starter-2.1.1.RELEASE.jar;D:\localRepository\org\springframework\boot\spring-boot\2.1.1.RELEASE\spring-boot-2.1.1.RELEASE.jar;D:\localRepository\org\springframework\boot\spring-boot-autoconfigure\2.1.1.RELEASE\spring-boot-autoconfigure-2.1.1.RELEASE.jar;D:\localRepository\org\springframework\boot\spring-boot-starter-logging\2.1.1.RELEASE\spring-boot-starter-logging-2.1.1.RELEASE.jar;D:\localRepository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;D:\localRepository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;D:\localRepository\org\apache\logging\log4j\log4j-to-slf4j\2.11.1\log4j-to-slf4j-2.11.1.jar;D:\localRepository\org\apache\logging\log4j\log4j-api\2.11.1\log4j-api-2.11.1.jar;D:\localRepository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;D:\localRepository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;D:\localRepository\org\yaml\snakeyaml\1.23\snakeyaml-1.23.jar;D:\localRepository\com\alibaba\boot\dubbo-spring-boot-starter\0.2.0\dubbo-spring-boot-starter-0.2.0.jar;D:\localRepository\com\alibaba\dubbo\2.6.2\dubbo-2.6.2.jar;D:\localRepository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;D:\localRepository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;D:\localRepository\org\apache\zookeeper\zookeeper\3.4.9\zookeeper-3.4.9.jar;D:\localRepository\jline\jline\0.9.94\jline-0.9.94.jar;D:\localRepository\io\netty\netty\3.10.5.Final\netty-3.10.5.Final.jar;D:\localRepository\org\apache\curator\curator-framework\2.12.0\curator-framework-2.12.0.jar;D:\localRepository\org\apache\curator\curator-client\2.12.0\curator-client-2.12.0.jar;D:\localRepository\com\google\guava\guava\16.0.1\guava-16.0.1.jar;D:\localRepository\com\alibaba\boot\dubbo-spring-boot-autoconfigure\0.2.0\dubbo-spring-boot-autoconfigure-0.2.0.jar;D:\localRepository\org\springframework\boot\spring-boot-devtools\2.1.1.RELEASE\spring-boot-devtools-2.1.1.RELEASE.jar;D:\localRepository\org\projectlombok\lombok\1.18.4\lombok-1.18.4.jar
2022-08-03 18:04:05.776  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.library.path=C:\Program Files\Java\jre-9\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;D:\Java\jdk-11.0.15.1\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\NetSarang;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\nodejs\;C:\Users\Administrator\AppData\Roaming\npm;.
2022-08-03 18:04:05.777  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.io.tmpdir=C:\Users\ADMINI~1\AppData\Local\Temp\
2022-08-03 18:04:05.777  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.compiler=<NA>
2022-08-03 18:04:05.777  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:os.name=Windows 7
2022-08-03 18:04:05.777  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:os.arch=amd64
2022-08-03 18:04:05.777  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:os.version=6.1
2022-08-03 18:04:05.777  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:user.name=Administrator
2022-08-03 18:04:05.777  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:user.home=C:\Users\Administrator
2022-08-03 18:04:05.777  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:user.dir=D:\eclipse-jee-oxygen-2-win32-x86_64\workspace\springboot2-dubbo-demo-master\springboot-dubbo-consumer
2022-08-03 18:04:05.778  INFO 3604 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Initiating client connection, connectString=192.168.1.161:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@3fd9ab80
2022-08-03 18:04:05.831  INFO 3604 --- [168.1.161:2181)] org.apache.zookeeper.ClientCnxn          : Opening socket connection to server 192.168.1.161/192.168.1.161:2181. Will not attempt to authenticate using SASL (unknown error)
2022-08-03 18:04:05.834  INFO 3604 --- [168.1.161:2181)] org.apache.zookeeper.ClientCnxn          : Socket connection established to 192.168.1.161/192.168.1.161:2181, initiating session
2022-08-03 18:04:05.886  INFO 3604 --- [  restartedMain] c.a.d.r.zookeeper.ZookeeperRegistry      :  [DUBBO] Register: consumer://2.0.0.1/zwf.api.service.DemoService?application=springboot-dubbo-consumer&application.version=1.0.0&category=consumers&check=false&default.timeout=1000&dubbo=2.6.2&interface=zwf.api.service.DemoService&methods=sayHello&pid=3604&side=consumer&timestamp=1659521045550, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:04:05.941  INFO 3604 --- [168.1.161:2181)] org.apache.zookeeper.ClientCnxn          : Session establishment complete on server 192.168.1.161/192.168.1.161:2181, sessionid = 0x100009f8c9a0004, negotiated timeout = 40000
2022-08-03 18:04:05.949  INFO 3604 --- [ain-EventThread] o.a.c.f.state.ConnectionStateManager     : State change: CONNECTED
2022-08-03 18:04:05.978  INFO 3604 --- [  restartedMain] c.a.d.r.zookeeper.ZookeeperRegistry      :  [DUBBO] Subscribe: consumer://2.0.0.1/zwf.api.service.DemoService?application=springboot-dubbo-consumer&application.version=1.0.0&category=providers,configurators,routers&default.timeout=1000&dubbo=2.6.2&interface=zwf.api.service.DemoService&methods=sayHello&pid=3604&side=consumer&timestamp=1659521045550, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:04:06.033  INFO 3604 --- [  restartedMain] c.a.d.r.zookeeper.ZookeeperRegistry      :  [DUBBO] Notify urls for subscribe url consumer://2.0.0.1/zwf.api.service.DemoService?application=springboot-dubbo-consumer&application.version=1.0.0&category=providers,configurators,routers&default.timeout=1000&dubbo=2.6.2&interface=zwf.api.service.DemoService&methods=sayHello&pid=3604&side=consumer&timestamp=1659521045550, urls: [dubbo://2.0.0.1:20880/zwf.api.service.DemoService?anyhost=true&application=springboot-dubbo-provider&application.version=1.0.0&default.timeout=1000&dubbo=2.6.2&generic=false&interface=zwf.api.service.DemoService&methods=sayHello&pid=2344&side=provider&timestamp=1659521022009, empty://2.0.0.1/zwf.api.service.DemoService?application=springboot-dubbo-consumer&application.version=1.0.0&category=configurators&default.timeout=1000&dubbo=2.6.2&interface=zwf.api.service.DemoService&methods=sayHello&pid=3604&side=consumer&timestamp=1659521045550, empty://2.0.0.1/zwf.api.service.DemoService?application=springboot-dubbo-consumer&application.version=1.0.0&category=routers&default.timeout=1000&dubbo=2.6.2&interface=zwf.api.service.DemoService&methods=sayHello&pid=3604&side=consumer&timestamp=1659521045550], dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:04:06.287  INFO 3604 --- [  restartedMain] c.a.d.remoting.transport.AbstractClient  :  [DUBBO] Successed connect to server /2.0.0.1:20880 from NettyClient 2.0.0.1 using dubbo version 2.6.2, channel is NettyChannel [channel=[id: 0x4c0ef2b2, /2.0.0.1:51379 => /2.0.0.1:20880]], dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:04:06.287  INFO 3604 --- [  restartedMain] c.a.d.remoting.transport.AbstractClient  :  [DUBBO] Start NettyClient USER-20211009IT/2.0.0.1 connect to the server /2.0.0.1:20880, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:04:06.364  INFO 3604 --- [  restartedMain] com.alibaba.dubbo.config.AbstractConfig  :  [DUBBO] Refer dubbo service zwf.api.service.DemoService from url zookeeper://192.168.1.161:2181/com.alibaba.dubbo.registry.RegistryService?anyhost=true&application=springboot-dubbo-consumer&application.version=1.0.0&check=false&default.timeout=1000&dubbo=2.6.2&generic=false&interface=zwf.api.service.DemoService&methods=sayHello&pid=3604&register.ip=2.0.0.1&remote.timestamp=1659521022009&side=consumer&timestamp=1659521045550, dubbo version: 2.6.2, current host: 2.0.0.1
2022-08-03 18:04:06.377  INFO 3604 --- [  restartedMain] c.a.d.c.s.b.f.a.ReferenceBeanBuilder     : <dubbo:reference object="com.alibaba.dubbo.common.bytecode.proxy0@79b9899c" singleton="true" uniqueServiceName="zwf.api.service.DemoService" interface="zwf.api.service.DemoService" generic="false" id="zwf.api.service.DemoService" /> has been built.
2022-08-03 18:04:06.814  INFO 3604 --- [  restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2022-08-03 18:04:07.266  WARN 3604 --- [  restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : Unable to start LiveReload server
2022-08-03 18:04:07.446  INFO 3604 --- [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 80 (http) with context path ''
2022-08-03 18:04:07.454  INFO 3604 --- [  restartedMain] zwf.SpringbootDubboConsumerApplication   : Started SpringbootDubboConsumerApplication in 6.472 seconds (JVM running for 7.376)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值