代码拉取完成,页面将自动刷新
2019-01-16 13:30:04.265 INFO 9024 --- [main] c.stylefeng.guns.rest.OrderApplication : Starting OrderApplication on liujiangfeng-PC with PID 9024 (E:\projects\dubbo-springboot\guns\guns-order\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 13:30:04.282 DEBUG 9024 --- [main] c.stylefeng.guns.rest.OrderApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 13:30:04.284 INFO 9024 --- [main] c.stylefeng.guns.rest.OrderApplication : No active profile set, falling back to default profiles: default
2019-01-16 13:30:04.400 INFO 9024 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@59d2400d: startup date [Wed Jan 16 13:30:04 CST 2019]; root of context hierarchy
2019-01-16 13:30:05.717 INFO 9024 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 13:30:05.718 INFO 9024 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:30:05.718 INFO 9024 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:30:05.722 WARN 9024 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 13:30:06.258 INFO 9024 --- [main] trationDelegate$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)
2019-01-16 13:30:06.267 INFO 9024 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f34b1d2c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:06.327 INFO 9024 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:06.329 INFO 9024 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$2d65b64e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:06.617 INFO 9024 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8086 (http)
2019-01-16 13:30:06.643 INFO 9024 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:30:06.643 INFO 9024 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:30:06.648 INFO 9024 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:30:06.768 INFO 9024 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:30:06.768 INFO 9024 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2368 ms
2019-01-16 13:30:07.625 INFO 9024 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 13:30:07.629 INFO 9024 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 13:30:07.629 INFO 9024 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 13:30:07.629 INFO 9024 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 13:30:07.629 INFO 9024 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 13:30:07.629 INFO 9024 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 13:30:07.629 INFO 9024 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 13:30:08.228 INFO 9024 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:30:08.545 WARN 9024 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrder2017T ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 13:30:08.568 WARN 9024 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrder2018T ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 13:30:08.597 WARN 9024 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrderT ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 13:30:09.061 INFO 9024 --- [ZkClient-EventThread-49-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:30:09.080 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:30:09.080 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:30:09.081 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:30:09.081 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:30:09.081 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:30:09.081 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-order\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:30:09.084 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:30:09.084 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:30:09.084 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:30:09.084 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:30:09.084 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:30:09.084 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:30:09.084 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:30:09.084 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:30:09.084 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:30:09.085 INFO 9024 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@4e24b226
2019-01-16 13:30:09.107 INFO 9024 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:30:09.110 INFO 9024 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:30:09.112 INFO 9024 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:30:09.169 INFO 9024 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330000, negotiated timeout = 30000
2019-01-16 13:30:09.171 INFO 9024 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:30:11.741 INFO 9024 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@59d2400d: startup date [Wed Jan 16 13:30:04 CST 2019]; root of context hierarchy
2019-01-16 13:30:11.848 INFO 9024 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:11.890 INFO 9024 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 13:30:11.892 INFO 9024 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 13:30:11.894 INFO 9024 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 13:30:11.895 INFO 9024 --- [main] s.w.s.m.m.a.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)
2019-01-16 13:30:11.927 INFO 9024 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:11.927 INFO 9024 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:11.952 INFO 9024 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 13:30:12.745 INFO 9024 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 13:30:12.758 INFO 9024 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:30:12.759 INFO 9024 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:30:12.759 INFO 9024 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 13:30:20.253 INFO 8732 --- [main] c.stylefeng.guns.rest.OrderApplication : Starting OrderApplication on liujiangfeng-PC with PID 8732 (E:\projects\dubbo-springboot\guns\guns-order\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 13:30:20.255 DEBUG 8732 --- [main] c.stylefeng.guns.rest.OrderApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 13:30:20.256 INFO 8732 --- [main] c.stylefeng.guns.rest.OrderApplication : No active profile set, falling back to default profiles: default
2019-01-16 13:30:20.303 INFO 8732 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2c4d1ac: startup date [Wed Jan 16 13:30:20 CST 2019]; root of context hierarchy
2019-01-16 13:30:21.203 INFO 8732 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 13:30:21.204 INFO 8732 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:30:21.204 INFO 8732 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:30:21.207 WARN 8732 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 13:30:21.664 INFO 8732 --- [main] trationDelegate$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)
2019-01-16 13:30:21.671 INFO 8732 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f522b697] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:21.721 INFO 8732 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:21.722 INFO 8732 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$2f3d4fb9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:21.963 INFO 8732 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8086 (http)
2019-01-16 13:30:21.981 INFO 8732 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:30:21.981 INFO 8732 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:30:21.985 INFO 8732 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:30:22.063 INFO 8732 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:30:22.064 INFO 8732 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1761 ms
2019-01-16 13:30:22.915 INFO 8732 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 13:30:22.919 INFO 8732 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 13:30:22.919 INFO 8732 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 13:30:22.919 INFO 8732 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 13:30:22.919 INFO 8732 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 13:30:22.919 INFO 8732 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 13:30:22.919 INFO 8732 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 13:30:23.239 INFO 8732 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:30:23.505 WARN 8732 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrder2017T ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 13:30:23.525 WARN 8732 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrder2018T ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 13:30:23.545 WARN 8732 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrderT ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 13:30:23.834 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:30:23.834 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:30:23.834 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:30:23.834 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:30:23.834 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:30:23.834 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-order\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:30:23.839 INFO 8732 --- [ZkClient-EventThread-43-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:30:23.842 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:30:23.842 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:30:23.842 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:30:23.842 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:30:23.842 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:30:23.842 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:30:23.842 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:30:23.842 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:30:23.842 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:30:23.844 INFO 8732 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@5fa5fbc0
2019-01-16 13:30:23.861 INFO 8732 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:30:23.864 INFO 8732 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:30:23.867 INFO 8732 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:30:23.893 INFO 8732 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330001, negotiated timeout = 30000
2019-01-16 13:30:23.895 INFO 8732 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:30:25.855 INFO 8732 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2c4d1ac: startup date [Wed Jan 16 13:30:20 CST 2019]; root of context hierarchy
2019-01-16 13:30:25.967 INFO 8732 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:26.036 INFO 8732 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 13:30:26.041 INFO 8732 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 13:30:26.045 INFO 8732 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 13:30:26.045 INFO 8732 --- [main] s.w.s.m.m.a.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)
2019-01-16 13:30:26.139 INFO 8732 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:26.140 INFO 8732 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:26.161 INFO 8732 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 13:30:26.585 INFO 8992 --- [main] c.stylefeng.guns.rest.CinemaApplication : Starting CinemaApplication on liujiangfeng-PC with PID 8992 (E:\projects\dubbo-springboot\guns\guns-cinema\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 13:30:26.587 DEBUG 8992 --- [main] c.stylefeng.guns.rest.CinemaApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 13:30:26.588 INFO 8992 --- [main] c.stylefeng.guns.rest.CinemaApplication : No active profile set, falling back to default profiles: default
2019-01-16 13:30:26.640 INFO 8992 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@602e0143: startup date [Wed Jan 16 13:30:26 CST 2019]; root of context hierarchy
2019-01-16 13:30:27.148 INFO 8732 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 13:30:27.203 INFO 8732 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:30:27.204 INFO 8732 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:30:27.205 INFO 8732 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 13:30:27.294 INFO 8732 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 13:30:27.295 INFO 8732 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 13:30:27.304 INFO 8732 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 13:30:27.389 INFO 8732 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8086 (http) with context path ''
2019-01-16 13:30:27.392 INFO 8732 --- [main] c.stylefeng.guns.rest.OrderApplication : Started OrderApplication in 7.585 seconds (JVM running for 8.335)
2019-01-16 13:30:27.451 INFO 8992 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 13:30:27.452 INFO 8992 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:30:27.453 INFO 8992 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:30:27.456 WARN 8992 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 13:30:27.980 INFO 8992 --- [main] trationDelegate$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)
2019-01-16 13:30:27.989 INFO 8992 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$31376e32] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:28.043 INFO 8992 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:28.044 INFO 8992 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$6b520754] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:28.287 INFO 8992 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8085 (http)
2019-01-16 13:30:28.309 INFO 8992 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:30:28.309 INFO 8992 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:30:28.313 INFO 8992 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:30:28.393 INFO 8992 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:30:28.393 INFO 8992 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1753 ms
2019-01-16 13:30:29.237 INFO 8992 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 13:30:29.241 INFO 8992 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 13:30:29.241 INFO 8992 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 13:30:29.241 INFO 8992 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 13:30:29.241 INFO 8992 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 13:30:29.241 INFO 8992 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 13:30:29.241 INFO 8992 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 13:30:29.570 INFO 8992 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:30:30.209 INFO 8992 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@602e0143: startup date [Wed Jan 16 13:30:26 CST 2019]; root of context hierarchy
2019-01-16 13:30:30.285 INFO 8992 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:30.313 INFO 8992 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 13:30:30.315 INFO 8992 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 13:30:30.317 INFO 8992 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 13:30:30.317 INFO 8992 --- [main] s.w.s.m.m.a.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)
2019-01-16 13:30:30.348 INFO 8992 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:30.348 INFO 8992 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:30.366 INFO 8992 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 13:30:30.715 INFO 8992 --- [ZkClient-EventThread-50-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:30:30.717 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:30:30.718 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:30:30.718 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:30:30.718 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:30:30.718 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:30:30.718 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-cinema\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:30:30.720 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:30:30.720 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:30:30.720 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:30:30.720 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:30:30.720 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:30:30.720 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:30:30.720 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:30:30.720 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:30:30.720 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:30:30.721 INFO 8992 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@6ab21435
2019-01-16 13:30:30.731 INFO 8992 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:30:30.733 INFO 8992 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:30:30.734 INFO 8992 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:30:30.755 INFO 8992 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330002, negotiated timeout = 30000
2019-01-16 13:30:30.756 INFO 8992 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:30:31.283 INFO 8992 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 13:30:31.295 INFO 8992 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:30:31.296 INFO 8992 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:30:31.296 INFO 8992 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 13:30:31.351 INFO 8992 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 13:30:31.352 INFO 8992 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 13:30:31.359 INFO 8992 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 13:30:31.393 INFO 8992 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8085 (http) with context path ''
2019-01-16 13:30:31.397 INFO 8992 --- [main] c.stylefeng.guns.rest.CinemaApplication : Started CinemaApplication in 5.434 seconds (JVM running for 6.409)
2019-01-16 13:30:33.454 INFO 2352 --- [main] com.stylefeng.guns.rest.FilmApplication : Starting FilmApplication on liujiangfeng-PC with PID 2352 (E:\projects\dubbo-springboot\guns\guns-film\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 13:30:33.457 DEBUG 2352 --- [main] com.stylefeng.guns.rest.FilmApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 13:30:33.458 INFO 2352 --- [main] com.stylefeng.guns.rest.FilmApplication : No active profile set, falling back to default profiles: default
2019-01-16 13:30:33.494 INFO 2352 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@22bac7bc: startup date [Wed Jan 16 13:30:33 CST 2019]; root of context hierarchy
2019-01-16 13:30:34.316 INFO 2352 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 13:30:34.317 INFO 2352 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:30:34.317 INFO 2352 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:30:34.320 WARN 2352 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 13:30:35.069 INFO 2352 --- [main] trationDelegate$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)
2019-01-16 13:30:35.079 INFO 2352 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$32321e74] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:35.142 INFO 2352 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:35.147 INFO 2352 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$6c4cb796] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:35.543 INFO 2352 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8084 (http)
2019-01-16 13:30:35.562 INFO 2352 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:30:35.562 INFO 2352 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:30:35.718 INFO 2352 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:30:35.849 INFO 2352 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:30:35.849 INFO 2352 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2355 ms
2019-01-16 13:30:36.369 INFO 5196 --- [main] com.stylefeng.guns.rest.UserApplication : Starting UserApplication on liujiangfeng-PC with PID 5196 (E:\projects\dubbo-springboot\guns\guns-user\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 13:30:36.372 DEBUG 5196 --- [main] com.stylefeng.guns.rest.UserApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 13:30:36.373 INFO 5196 --- [main] com.stylefeng.guns.rest.UserApplication : No active profile set, falling back to default profiles: default
2019-01-16 13:30:36.410 INFO 5196 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@76884e4b: startup date [Wed Jan 16 13:30:36 CST 2019]; root of context hierarchy
2019-01-16 13:30:37.073 INFO 2352 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 13:30:37.077 INFO 2352 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 13:30:37.078 INFO 2352 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 13:30:37.078 INFO 2352 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 13:30:37.078 INFO 2352 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 13:30:37.078 INFO 2352 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 13:30:37.079 INFO 2352 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 13:30:37.127 INFO 5196 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 13:30:37.129 INFO 5196 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:30:37.129 INFO 5196 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:30:37.132 WARN 5196 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 13:30:37.474 INFO 2352 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:30:37.666 INFO 5196 --- [main] trationDelegate$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)
2019-01-16 13:30:37.676 INFO 5196 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6bed340e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:37.730 INFO 5196 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:37.731 INFO 5196 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$a607cd30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:30:38.058 INFO 5196 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8083 (http)
2019-01-16 13:30:38.078 INFO 5196 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:30:38.078 INFO 5196 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:30:38.270 INFO 5196 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:30:38.403 INFO 5196 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:30:38.404 INFO 5196 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1994 ms
2019-01-16 13:30:38.650 INFO 2352 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@22bac7bc: startup date [Wed Jan 16 13:30:33 CST 2019]; root of context hierarchy
2019-01-16 13:30:38.743 INFO 2352 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:38.776 INFO 2352 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 13:30:38.776 INFO 2352 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 13:30:38.778 INFO 2352 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 13:30:38.779 INFO 2352 --- [main] s.w.s.m.m.a.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)
2019-01-16 13:30:38.811 INFO 2352 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:38.811 INFO 2352 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:38.831 INFO 2352 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 13:30:39.229 INFO 2352 --- [ZkClient-EventThread-52-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:30:39.232 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:30:39.232 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:30:39.232 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:30:39.232 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:30:39.232 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:30:39.232 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-film\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:30:39.233 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:30:39.233 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:30:39.233 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:30:39.233 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:30:39.233 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:30:39.233 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:30:39.233 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:30:39.233 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:30:39.233 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:30:39.234 INFO 2352 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@6219184c
2019-01-16 13:30:39.243 INFO 2352 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:30:39.246 INFO 2352 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:30:39.247 INFO 2352 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:30:39.275 INFO 5196 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 13:30:39.281 INFO 5196 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 13:30:39.281 INFO 5196 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 13:30:39.281 INFO 5196 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 13:30:39.281 INFO 5196 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 13:30:39.282 INFO 5196 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 13:30:39.282 INFO 5196 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 13:30:39.312 INFO 2352 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330003, negotiated timeout = 30000
2019-01-16 13:30:39.314 INFO 2352 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:30:39.739 INFO 5196 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:30:39.954 INFO 2352 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 13:30:39.969 INFO 2352 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:30:39.970 INFO 2352 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:30:39.971 INFO 2352 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 13:30:40.038 INFO 2352 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 13:30:40.039 INFO 2352 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 13:30:40.047 INFO 2352 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 13:30:40.084 INFO 2352 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8084 (http) with context path ''
2019-01-16 13:30:40.088 INFO 2352 --- [main] com.stylefeng.guns.rest.FilmApplication : Started FilmApplication in 7.431 seconds (JVM running for 8.455)
2019-01-16 13:30:40.280 INFO 5196 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@76884e4b: startup date [Wed Jan 16 13:30:36 CST 2019]; root of context hierarchy
2019-01-16 13:30:40.359 INFO 5196 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:40.399 INFO 5196 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hello]}" onto public org.springframework.http.ResponseEntity com.stylefeng.guns.rest.modular.example.ExampleController.hello(com.stylefeng.guns.rest.common.SimpleObject)
2019-01-16 13:30:40.400 INFO 5196 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 13:30:40.401 INFO 5196 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 13:30:40.402 INFO 5196 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 13:30:40.403 INFO 5196 --- [main] s.w.s.m.m.a.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)
2019-01-16 13:30:40.456 INFO 5196 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:40.457 INFO 5196 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:30:40.480 INFO 5196 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 13:30:40.907 INFO 5196 --- [ZkClient-EventThread-50-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:30:40.909 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:30:40.909 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:30:40.909 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:30:40.910 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:30:40.910 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:30:40.910 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-user\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:30:40.911 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:30:40.911 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:30:40.911 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:30:40.911 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:30:40.911 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:30:40.911 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:30:40.911 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:30:40.911 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:30:40.911 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:30:40.912 INFO 5196 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@734e33bd
2019-01-16 13:30:40.920 INFO 5196 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:30:40.923 INFO 5196 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:30:40.925 INFO 5196 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:30:40.954 INFO 5196 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330004, negotiated timeout = 30000
2019-01-16 13:30:40.955 INFO 5196 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:30:41.398 INFO 5196 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 13:30:41.411 INFO 5196 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:30:41.412 INFO 5196 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:30:41.413 INFO 5196 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 13:30:41.473 INFO 5196 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 13:30:41.475 INFO 5196 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 13:30:41.511 INFO 5196 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 13:30:41.548 INFO 5196 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8083 (http) with context path ''
2019-01-16 13:30:41.552 INFO 5196 --- [main] com.stylefeng.guns.rest.UserApplication : Started UserApplication in 6.087 seconds (JVM running for 7.279)
2019-01-16 13:31:14.591 INFO 10532 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:31:14.594 INFO 10532 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:31:14.598 INFO 10532 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:31:14.683 INFO 10532 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:31:15.820 INFO 10532 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:31:15.822 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:31:15.822 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:31:15.823 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:31:15.823 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:31:15.823 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:31:15.823 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:31:15.824 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:31:15.824 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:31:15.824 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:31:15.824 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:31:15.824 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:31:15.824 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:31:15.824 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:31:15.824 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:31:15.824 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:31:15.825 INFO 10532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@4e3955f
2019-01-16 13:31:15.842 INFO 10532 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:31:15.846 INFO 10532 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:31:15.848 INFO 10532 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:31:15.877 INFO 10532 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330005, negotiated timeout = 30000
2019-01-16 13:31:15.878 INFO 10532 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:31:16.768 INFO 10532 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 13:31:16.828 INFO 10532 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 13:31:16.850 INFO 10532 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c330005 closed
2019-01-16 13:31:16.851 INFO 10532 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c330005
2019-01-16 13:32:42.115 INFO 10696 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:32:42.117 INFO 10696 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:32:42.121 INFO 10696 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:32:42.198 INFO 10696 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:32:43.331 INFO 10696 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:32:43.334 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:32:43.334 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:32:43.334 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:32:43.334 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:32:43.334 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:32:43.334 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:32:43.339 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:32:43.339 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:32:43.339 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:32:43.339 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:32:43.339 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:32:43.339 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:32:43.339 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:32:43.339 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:32:43.339 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:32:43.340 INFO 10696 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@59aa7ff7
2019-01-16 13:32:43.356 INFO 10696 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:32:43.359 INFO 10696 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:32:43.361 INFO 10696 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 13:32:43.383 INFO 10696 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c330006, negotiated timeout = 30000
2019-01-16 13:32:43.384 INFO 10696 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:32:44.544 INFO 10696 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:34:48.730 INFO 11008 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:34:48.732 INFO 11008 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:34:48.736 INFO 11008 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:34:48.808 INFO 11008 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:34:49.844 INFO 11008 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:34:49.847 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:34:49.847 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:34:49.847 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:34:49.847 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:34:49.847 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:34:49.847 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:34:49.848 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:34:49.848 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:34:49.848 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:34:49.848 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:34:49.848 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:34:49.848 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:34:49.848 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:34:49.848 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:34:49.848 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:34:49.849 INFO 11008 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@b560e33
2019-01-16 13:34:49.865 INFO 11008 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:34:49.868 INFO 11008 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:34:49.870 INFO 11008 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:34:49.894 INFO 11008 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330007, negotiated timeout = 30000
2019-01-16 13:34:49.896 INFO 11008 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:34:51.013 INFO 11008 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:35:47.220 INFO 6056 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:35:47.223 INFO 6056 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:35:47.229 INFO 6056 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:35:47.321 INFO 6056 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:35:48.392 INFO 6056 --- [ZkClient-EventThread-39-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:35:48.394 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:35:48.395 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:35:48.395 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:35:48.395 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:35:48.395 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:35:48.395 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:35:48.397 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:35:48.397 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:35:48.397 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:35:48.397 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:35:48.397 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:35:48.397 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:35:48.397 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:35:48.397 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:35:48.397 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:35:48.398 INFO 6056 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@9f338ad
2019-01-16 13:35:48.415 INFO 6056 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:35:48.417 INFO 6056 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:35:48.420 INFO 6056 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:35:48.454 INFO 6056 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330008, negotiated timeout = 30000
2019-01-16 13:35:48.455 INFO 6056 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:35:49.614 ERROR 6056 --- [main] com.alibaba.druid.pool.DruidDataSource : init datasource error, url: jdbc:mysql://127.0.0.1:3306/guns?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
java.sql.SQLException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:85) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:440) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:218) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1560) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1623) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:861) [druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1229) [druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1225) [druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:90) [druid-1.1.10.jar:1.1.10]
at com.baomidou.mybatisplus.toolkit.GlobalConfigUtils.setMetaData(GlobalConfigUtils.java:188) [mybatis-plus-support-2.3.3.jar:na]
at com.baomidou.mybatisplus.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:560) [mybatis-plus-core-2.3.jar:na]
at com.baomidou.mybatisplus.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:385) [mybatis-plus-core-2.3.jar:na]
at com.baomidou.mybatisplus.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:608) [mybatis-plus-core-2.3.jar:na]
at com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:147) [mybatisplus-spring-boot-starter-1.0.5.jar:na]
at com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$c6e42f5c.CGLIB$sqlSessionFactory$0(<generated>) [mybatisplus-spring-boot-starter-1.0.5.jar:na]
at com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$c6e42f5c$$FastClassBySpringCGLIB$$fe4f1e65.invoke(<generated>) [mybatisplus-spring-boot-starter-1.0.5.jar:na]
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) [spring-core-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361) [spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$c6e42f5c.sqlSessionFactory(<generated>) [mybatisplus-spring-boot-starter-1.0.5.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_45]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:541) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$117/3565780.getObject(Unknown Source) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) [spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) [spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at com.stylefeng.guns.rest.AlipayApplication.main(AlipayApplication.java:12) [classes/:na]
Caused by: com.mysql.cj.exceptions.WrongArgumentException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[na:1.8.0_45]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:194) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:382) ~[mysql-connector-java-8.0.11.jar:8.0.11]
... 46 common frames omitted
Caused by: com.mysql.cj.exceptions.CJException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[na:1.8.0_45]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:122) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:64) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:39) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.AbstractRuntimeProperty.setFromString(AbstractRuntimeProperty.java:96) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:91) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:75) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:191) ~[mysql-connector-java-8.0.11.jar:8.0.11]
... 47 common frames omitted
Caused by: java.lang.IllegalArgumentException: No enum constant com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior.CONVERTTONULL
at java.lang.Enum.valueOf(Enum.java:238) ~[na:1.8.0_45]
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:62) ~[mysql-connector-java-8.0.11.jar:8.0.11]
... 52 common frames omitted
2019-01-16 13:35:49.622 ERROR 6056 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} init error
java.sql.SQLException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:85) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:440) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:218) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1560) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1623) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:861) [druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1229) [druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1225) [druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:90) [druid-1.1.10.jar:1.1.10]
at com.baomidou.mybatisplus.toolkit.GlobalConfigUtils.setMetaData(GlobalConfigUtils.java:188) [mybatis-plus-support-2.3.3.jar:na]
at com.baomidou.mybatisplus.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:560) [mybatis-plus-core-2.3.jar:na]
at com.baomidou.mybatisplus.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:385) [mybatis-plus-core-2.3.jar:na]
at com.baomidou.mybatisplus.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:608) [mybatis-plus-core-2.3.jar:na]
at com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:147) [mybatisplus-spring-boot-starter-1.0.5.jar:na]
at com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$c6e42f5c.CGLIB$sqlSessionFactory$0(<generated>) [mybatisplus-spring-boot-starter-1.0.5.jar:na]
at com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$c6e42f5c$$FastClassBySpringCGLIB$$fe4f1e65.invoke(<generated>) [mybatisplus-spring-boot-starter-1.0.5.jar:na]
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) [spring-core-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361) [spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$c6e42f5c.sqlSessionFactory(<generated>) [mybatisplus-spring-boot-starter-1.0.5.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_45]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:579) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1250) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1099) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:541) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$117/3565780.getObject(Unknown Source) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) [spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) [spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) [spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at com.stylefeng.guns.rest.AlipayApplication.main(AlipayApplication.java:12) [classes/:na]
Caused by: com.mysql.cj.exceptions.WrongArgumentException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[na:1.8.0_45]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:194) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:382) ~[mysql-connector-java-8.0.11.jar:8.0.11]
... 46 common frames omitted
Caused by: com.mysql.cj.exceptions.CJException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[na:1.8.0_45]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:122) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:64) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:39) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.AbstractRuntimeProperty.setFromString(AbstractRuntimeProperty.java:96) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:91) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:75) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:191) ~[mysql-connector-java-8.0.11.jar:8.0.11]
... 47 common frames omitted
Caused by: java.lang.IllegalArgumentException: No enum constant com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior.CONVERTTONULL
at java.lang.Enum.valueOf(Enum.java:238) ~[na:1.8.0_45]
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:62) ~[mysql-connector-java-8.0.11.jar:8.0.11]
... 52 common frames omitted
2019-01-16 13:35:49.628 INFO 6056 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:35:49.633 INFO 6056 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
2019-01-16 13:35:49.631 ERROR 6056 --- [Druid-ConnectionPool-Create-627815870] com.alibaba.druid.pool.DruidDataSource : create connection SQLException, url: jdbc:mysql://127.0.0.1:3306/guns?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull, errorCode 0, state S1009
java.sql.SQLException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:87) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:61) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:71) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:85) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:440) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:230) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:226) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:156) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.filter.stat.StatFilter.connection_connect(StatFilter.java:218) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.filter.FilterChainImpl.connection_connect(FilterChainImpl.java:150) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1560) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1623) ~[druid-1.1.10.jar:1.1.10]
at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2468) ~[druid-1.1.10.jar:1.1.10]
Caused by: com.mysql.cj.exceptions.WrongArgumentException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[na:1.8.0_45]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:194) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:382) ~[mysql-connector-java-8.0.11.jar:8.0.11]
... 8 common frames omitted
Caused by: com.mysql.cj.exceptions.CJException: The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL', 'EXCEPTION' or 'ROUND'. The value 'convertToNull' is not acceptable.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[na:1.8.0_45]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:59) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:103) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:149) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:122) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:64) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:39) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.AbstractRuntimeProperty.setFromString(AbstractRuntimeProperty.java:96) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:91) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.AbstractRuntimeProperty.initializeFrom(AbstractRuntimeProperty.java:75) ~[mysql-connector-java-8.0.11.jar:8.0.11]
at com.mysql.cj.conf.DefaultPropertySet.initializeProperties(DefaultPropertySet.java:191) ~[mysql-connector-java-8.0.11.jar:8.0.11]
... 9 common frames omitted
Caused by: java.lang.IllegalArgumentException: No enum constant com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior.CONVERTTONULL
at java.lang.Enum.valueOf(Enum.java:238) ~[na:1.8.0_45]
at com.mysql.cj.conf.EnumPropertyDefinition.parseObject(EnumPropertyDefinition.java:62) ~[mysql-connector-java-8.0.11.jar:8.0.11]
... 14 common frames omitted
2019-01-16 13:35:49.637 INFO 6056 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 13:35:49.677 INFO 6056 --- [ZkClient-EventThread-39-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 13:35:49.707 INFO 6056 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c330008 closed
2019-01-16 13:35:49.707 INFO 6056 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c330008
2019-01-16 13:36:48.422 INFO 6936 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:36:48.424 INFO 6936 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:36:48.428 INFO 6936 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:36:48.500 INFO 6936 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:36:49.520 INFO 6936 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:36:49.523 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:36:49.523 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:36:49.523 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:36:49.523 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:36:49.523 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:36:49.523 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:36:49.524 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:36:49.524 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:36:49.524 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:36:49.524 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:36:49.524 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:36:49.524 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:36:49.524 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:36:49.524 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:36:49.524 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:36:49.525 INFO 6936 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@711d910b
2019-01-16 13:36:49.541 INFO 6936 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:36:49.543 INFO 6936 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:36:49.546 INFO 6936 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 13:36:49.582 INFO 6936 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c330009, negotiated timeout = 30000
2019-01-16 13:36:49.584 INFO 6936 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:36:50.718 INFO 6936 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:45:11.581 INFO 9460 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:45:11.583 INFO 9460 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:45:11.588 INFO 9460 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:45:11.666 INFO 9460 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:45:12.739 INFO 9460 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:45:12.742 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:45:12.742 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:45:12.742 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:45:12.742 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:45:12.742 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:45:12.742 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:45:12.743 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:45:12.743 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:45:12.743 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:45:12.743 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:45:12.743 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:45:12.743 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:45:12.743 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:45:12.743 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:45:12.743 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:45:12.744 INFO 9460 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@3aab7de0
2019-01-16 13:45:12.759 INFO 9460 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:45:12.762 INFO 9460 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:45:12.764 INFO 9460 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:45:12.789 INFO 9460 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c33000a, negotiated timeout = 30000
2019-01-16 13:45:12.790 INFO 9460 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:45:13.292 INFO 9460 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:46:20.061 INFO 8596 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:46:20.063 INFO 8596 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:46:20.068 INFO 8596 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:46:20.142 INFO 8596 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:46:21.201 INFO 8596 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:46:21.203 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:46:21.204 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:46:21.204 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:46:21.204 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:46:21.204 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:46:21.204 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:46:21.205 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:46:21.205 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:46:21.205 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:46:21.205 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:46:21.205 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:46:21.205 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:46:21.205 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:46:21.205 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:46:21.205 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:46:21.206 INFO 8596 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@673ed183
2019-01-16 13:46:21.222 INFO 8596 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:46:21.225 INFO 8596 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:46:21.227 INFO 8596 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 13:46:21.270 INFO 8596 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c33000b, negotiated timeout = 30000
2019-01-16 13:46:21.271 INFO 8596 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:46:21.762 INFO 8596 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:47:02.726 INFO 9844 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:47:02.728 INFO 9844 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:47:02.732 INFO 9844 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:47:02.806 INFO 9844 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:47:03.827 INFO 9844 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:47:03.830 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:47:03.830 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:47:03.830 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:47:03.830 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:47:03.830 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:47:03.830 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:47:03.834 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:47:03.834 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:47:03.834 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:47:03.834 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:47:03.834 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:47:03.834 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:47:03.834 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:47:03.834 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:47:03.834 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:47:03.835 INFO 9844 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@414ac640
2019-01-16 13:47:03.852 INFO 9844 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:47:03.854 INFO 9844 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:47:03.856 INFO 9844 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 13:47:03.902 INFO 9844 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c33000c, negotiated timeout = 30000
2019-01-16 13:47:03.903 INFO 9844 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:47:04.392 INFO 9844 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:49:46.697 INFO 10084 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:49:46.699 INFO 10084 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:49:46.703 INFO 10084 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:49:46.773 INFO 10084 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:49:47.805 INFO 10084 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:49:47.807 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:49:47.808 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:49:47.808 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:49:47.808 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:49:47.808 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:49:47.808 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:49:47.810 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:49:47.810 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:49:47.810 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:49:47.810 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:49:47.810 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:49:47.810 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:49:47.810 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:49:47.810 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:49:47.810 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:49:47.811 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@47735ee8
2019-01-16 13:49:47.827 INFO 10084 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:49:47.829 INFO 10084 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:49:47.831 INFO 10084 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:49:47.870 INFO 10084 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c33000d, negotiated timeout = 30000
2019-01-16 13:49:47.872 INFO 10084 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:49:48.362 INFO 10084 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:50:50.152 INFO 6292 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:50:50.154 INFO 6292 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:50:50.158 INFO 6292 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:50:50.231 INFO 6292 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:50:51.263 INFO 6292 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:50:51.266 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:50:51.266 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:50:51.266 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:50:51.266 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:50:51.266 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:50:51.266 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:50:51.271 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:50:51.271 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:50:51.271 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:50:51.271 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:50:51.271 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:50:51.271 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:50:51.271 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:50:51.271 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:50:51.271 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:50:51.272 INFO 6292 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@7fb2450
2019-01-16 13:50:51.288 INFO 6292 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:50:51.290 INFO 6292 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:50:51.292 INFO 6292 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:50:51.364 INFO 6292 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c33000e, negotiated timeout = 30000
2019-01-16 13:50:51.368 INFO 6292 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:50:52.983 INFO 6292 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:51:42.906 INFO 8220 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:51:42.908 INFO 8220 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:51:42.912 INFO 8220 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:51:42.989 INFO 8220 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:51:44.053 INFO 8220 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:51:44.055 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:51:44.056 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:51:44.056 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:51:44.056 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:51:44.056 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:51:44.056 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:51:44.057 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:51:44.057 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:51:44.057 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:51:44.057 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:51:44.057 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:51:44.057 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:51:44.057 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:51:44.057 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:51:44.057 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:51:44.058 INFO 8220 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@643211ed
2019-01-16 13:51:44.073 INFO 8220 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:51:44.076 INFO 8220 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:51:44.078 INFO 8220 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 13:51:44.100 INFO 8220 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c33000f, negotiated timeout = 30000
2019-01-16 13:51:44.101 INFO 8220 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:51:44.462 INFO 8220 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:52:19.973 INFO 812 --- [main] c.stylefeng.guns.rest.CinemaApplication : Starting CinemaApplication on liujiangfeng-PC with PID 812 (E:\projects\dubbo-springboot\guns\guns-cinema\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 13:52:19.976 DEBUG 812 --- [main] c.stylefeng.guns.rest.CinemaApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 13:52:19.977 INFO 812 --- [main] c.stylefeng.guns.rest.CinemaApplication : No active profile set, falling back to default profiles: default
2019-01-16 13:52:20.010 INFO 812 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@177bea38: startup date [Wed Jan 16 13:52:20 CST 2019]; root of context hierarchy
2019-01-16 13:52:20.764 INFO 812 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 13:52:20.765 INFO 812 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:52:20.765 INFO 812 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:52:20.768 WARN 812 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 13:52:21.366 INFO 812 --- [main] trationDelegate$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)
2019-01-16 13:52:21.376 INFO 812 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5d36177c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:21.431 INFO 812 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:21.433 INFO 812 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$9750b09e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:21.695 INFO 812 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8085 (http)
2019-01-16 13:52:21.714 INFO 812 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:52:21.715 INFO 812 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:52:21.718 INFO 812 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:52:21.815 INFO 812 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:52:21.815 INFO 812 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1805 ms
2019-01-16 13:52:22.449 INFO 9368 --- [main] c.stylefeng.guns.rest.OrderApplication : Starting OrderApplication on liujiangfeng-PC with PID 9368 (E:\projects\dubbo-springboot\guns\guns-order\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 13:52:22.451 DEBUG 9368 --- [main] c.stylefeng.guns.rest.OrderApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 13:52:22.452 INFO 9368 --- [main] c.stylefeng.guns.rest.OrderApplication : No active profile set, falling back to default profiles: default
2019-01-16 13:52:22.576 INFO 9368 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@146587a2: startup date [Wed Jan 16 13:52:22 CST 2019]; root of context hierarchy
2019-01-16 13:52:23.146 INFO 812 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 13:52:23.150 INFO 812 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 13:52:23.150 INFO 812 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 13:52:23.150 INFO 812 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 13:52:23.150 INFO 812 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 13:52:23.150 INFO 812 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 13:52:23.150 INFO 812 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 13:52:23.443 INFO 9368 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 13:52:23.443 INFO 9368 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:52:23.444 INFO 9368 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:52:23.447 WARN 9368 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 13:52:23.482 INFO 812 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:52:24.110 INFO 9368 --- [main] trationDelegate$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)
2019-01-16 13:52:24.123 INFO 9368 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d8e945e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:24.185 INFO 9368 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:24.186 INFO 9368 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$1303df03] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:24.478 INFO 812 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@177bea38: startup date [Wed Jan 16 13:52:20 CST 2019]; root of context hierarchy
2019-01-16 13:52:24.514 INFO 9368 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8086 (http)
2019-01-16 13:52:24.544 INFO 9368 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:52:24.546 INFO 9368 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:52:24.567 INFO 812 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:24.569 INFO 9368 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:52:24.603 INFO 812 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 13:52:24.604 INFO 812 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 13:52:24.606 INFO 812 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 13:52:24.606 INFO 812 --- [main] s.w.s.m.m.a.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)
2019-01-16 13:52:24.642 INFO 812 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:24.643 INFO 812 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:24.654 INFO 9368 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:52:24.654 INFO 9368 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2078 ms
2019-01-16 13:52:24.662 INFO 812 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 13:52:25.206 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:52:25.207 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:52:25.207 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:52:25.207 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:52:25.207 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:52:25.207 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-cinema\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:52:25.221 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:52:25.221 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:52:25.221 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:52:25.221 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:52:25.221 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:52:25.221 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:52:25.221 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:52:25.221 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:52:25.221 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:52:25.222 INFO 812 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@1c4ef71f
2019-01-16 13:52:25.231 INFO 812 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:52:25.209 INFO 812 --- [ZkClient-EventThread-52-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:52:25.548 INFO 812 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:52:25.551 INFO 812 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:52:25.609 INFO 812 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330010, negotiated timeout = 30000
2019-01-16 13:52:25.624 INFO 812 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:52:26.436 INFO 7360 --- [main] com.stylefeng.guns.rest.FilmApplication : Starting FilmApplication on liujiangfeng-PC with PID 7360 (E:\projects\dubbo-springboot\guns\guns-film\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 13:52:26.438 DEBUG 7360 --- [main] com.stylefeng.guns.rest.FilmApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 13:52:26.440 INFO 7360 --- [main] com.stylefeng.guns.rest.FilmApplication : No active profile set, falling back to default profiles: default
2019-01-16 13:52:26.477 INFO 7360 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@19648c40: startup date [Wed Jan 16 13:52:26 CST 2019]; root of context hierarchy
2019-01-16 13:52:26.514 INFO 812 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 13:52:26.528 INFO 812 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:52:26.529 INFO 812 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:52:26.530 INFO 812 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 13:52:26.544 INFO 9368 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 13:52:26.550 INFO 9368 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 13:52:26.550 INFO 9368 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 13:52:26.550 INFO 9368 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 13:52:26.550 INFO 9368 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 13:52:26.550 INFO 9368 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 13:52:26.550 INFO 9368 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 13:52:26.629 INFO 812 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 13:52:26.630 INFO 812 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 13:52:26.639 INFO 812 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 13:52:26.678 INFO 812 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8085 (http) with context path ''
2019-01-16 13:52:26.681 INFO 812 --- [main] c.stylefeng.guns.rest.CinemaApplication : Started CinemaApplication in 7.426 seconds (JVM running for 8.12)
2019-01-16 13:52:27.265 INFO 9368 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:52:27.517 INFO 7360 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 13:52:27.518 INFO 7360 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:52:27.518 INFO 7360 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:52:27.521 WARN 7360 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 13:52:27.689 WARN 9368 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrder2017T ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 13:52:27.736 WARN 9368 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrder2018T ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 13:52:27.785 WARN 9368 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrderT ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 13:52:28.182 INFO 7360 --- [main] trationDelegate$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)
2019-01-16 13:52:28.190 INFO 7360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$342da6b2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:28.244 INFO 7360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:28.245 INFO 7360 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$6e483fd4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:28.447 INFO 9368 --- [ZkClient-EventThread-50-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:52:28.450 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:52:28.450 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:52:28.450 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:52:28.450 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:52:28.450 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:52:28.451 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-order\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:52:28.455 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:52:28.455 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:52:28.455 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:52:28.455 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:52:28.455 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:52:28.455 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:52:28.455 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:52:28.455 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:52:28.455 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:52:28.456 INFO 9368 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@259d883f
2019-01-16 13:52:28.473 INFO 9368 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:52:28.478 INFO 9368 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:52:28.480 INFO 9368 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 13:52:28.506 INFO 9368 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c330011, negotiated timeout = 30000
2019-01-16 13:52:28.508 INFO 9368 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:52:28.527 INFO 7360 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8084 (http)
2019-01-16 13:52:28.547 INFO 7360 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:52:28.547 INFO 7360 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:52:28.551 INFO 7360 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:52:28.630 INFO 7360 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:52:28.631 INFO 7360 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2154 ms
2019-01-16 13:52:29.156 INFO 2536 --- [main] com.stylefeng.guns.rest.UserApplication : Starting UserApplication on liujiangfeng-PC with PID 2536 (E:\projects\dubbo-springboot\guns\guns-user\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 13:52:29.159 DEBUG 2536 --- [main] com.stylefeng.guns.rest.UserApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 13:52:29.160 INFO 2536 --- [main] com.stylefeng.guns.rest.UserApplication : No active profile set, falling back to default profiles: default
2019-01-16 13:52:29.206 INFO 9368 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@146587a2: startup date [Wed Jan 16 13:52:22 CST 2019]; root of context hierarchy
2019-01-16 13:52:29.206 INFO 2536 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@561868a0: startup date [Wed Jan 16 13:52:29 CST 2019]; root of context hierarchy
2019-01-16 13:52:29.295 INFO 9368 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:29.323 INFO 9368 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 13:52:29.325 INFO 9368 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 13:52:29.327 INFO 9368 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 13:52:29.327 INFO 9368 --- [main] s.w.s.m.m.a.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)
2019-01-16 13:52:29.356 INFO 9368 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:29.356 INFO 9368 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:29.374 INFO 9368 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 13:52:29.925 INFO 7360 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 13:52:29.929 INFO 7360 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 13:52:29.929 INFO 7360 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 13:52:29.929 INFO 7360 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 13:52:29.930 INFO 7360 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 13:52:29.930 INFO 7360 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 13:52:29.930 INFO 7360 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 13:52:30.012 INFO 2536 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 13:52:30.013 INFO 2536 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:52:30.014 INFO 2536 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 13:52:30.017 WARN 2536 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 13:52:30.280 INFO 9368 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 13:52:30.293 INFO 9368 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:52:30.295 INFO 9368 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:52:30.295 INFO 9368 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 13:52:30.352 INFO 7360 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:52:30.355 INFO 9368 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 13:52:30.357 INFO 9368 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 13:52:30.365 INFO 9368 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 13:52:30.410 INFO 9368 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8086 (http) with context path ''
2019-01-16 13:52:30.414 INFO 9368 --- [main] c.stylefeng.guns.rest.OrderApplication : Started OrderApplication in 8.51 seconds (JVM running for 9.291)
2019-01-16 13:52:30.646 INFO 2536 --- [main] trationDelegate$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)
2019-01-16 13:52:30.656 INFO 2536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7cbe350b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:30.710 INFO 2536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:30.711 INFO 2536 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$b6d8ce2d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 13:52:30.941 INFO 2536 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8083 (http)
2019-01-16 13:52:30.961 INFO 2536 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:52:30.961 INFO 2536 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:52:30.965 INFO 2536 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:52:31.041 INFO 2536 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:52:31.042 INFO 2536 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1836 ms
2019-01-16 13:52:31.098 INFO 7360 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@19648c40: startup date [Wed Jan 16 13:52:26 CST 2019]; root of context hierarchy
2019-01-16 13:52:31.180 INFO 7360 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:31.214 INFO 7360 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 13:52:31.214 INFO 7360 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 13:52:31.216 INFO 7360 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 13:52:31.217 INFO 7360 --- [main] s.w.s.m.m.a.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)
2019-01-16 13:52:31.251 INFO 7360 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:31.251 INFO 7360 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:31.269 INFO 7360 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 13:52:31.634 INFO 7360 --- [ZkClient-EventThread-51-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:52:31.637 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:52:31.637 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:52:31.637 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:52:31.637 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:52:31.637 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:52:31.638 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-film\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:52:31.638 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:52:31.638 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:52:31.638 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:52:31.638 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:52:31.638 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:52:31.638 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:52:31.638 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:52:31.638 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:52:31.638 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:52:31.639 INFO 7360 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@2b810979
2019-01-16 13:52:31.648 INFO 7360 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:52:31.651 INFO 7360 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:52:31.652 INFO 7360 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:52:31.672 INFO 7360 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330012, negotiated timeout = 30000
2019-01-16 13:52:31.674 INFO 7360 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:52:31.949 INFO 2536 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 13:52:31.954 INFO 2536 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 13:52:31.954 INFO 2536 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 13:52:31.955 INFO 2536 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 13:52:31.955 INFO 2536 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 13:52:31.955 INFO 2536 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 13:52:31.956 INFO 2536 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 13:52:32.166 INFO 7360 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 13:52:32.179 INFO 7360 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:52:32.180 INFO 7360 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:52:32.181 INFO 7360 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 13:52:32.242 INFO 7360 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 13:52:32.244 INFO 7360 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 13:52:32.252 INFO 7360 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 13:52:32.278 INFO 2536 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:52:32.287 INFO 7360 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8084 (http) with context path ''
2019-01-16 13:52:32.291 INFO 7360 --- [main] com.stylefeng.guns.rest.FilmApplication : Started FilmApplication in 6.661 seconds (JVM running for 8.278)
2019-01-16 13:52:32.782 INFO 2536 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@561868a0: startup date [Wed Jan 16 13:52:29 CST 2019]; root of context hierarchy
2019-01-16 13:52:32.867 INFO 2536 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:32.898 INFO 2536 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/hello]}" onto public org.springframework.http.ResponseEntity com.stylefeng.guns.rest.modular.example.ExampleController.hello(com.stylefeng.guns.rest.common.SimpleObject)
2019-01-16 13:52:32.900 INFO 2536 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 13:52:32.900 INFO 2536 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 13:52:32.902 INFO 2536 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 13:52:32.902 INFO 2536 --- [main] s.w.s.m.m.a.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)
2019-01-16 13:52:32.933 INFO 2536 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:32.933 INFO 2536 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 13:52:32.949 INFO 2536 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 13:52:33.302 INFO 2536 --- [ZkClient-EventThread-48-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:52:33.305 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:52:33.305 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:52:33.305 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:52:33.305 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:52:33.305 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:52:33.305 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-user\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:52:33.306 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:52:33.306 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:52:33.306 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:52:33.306 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:52:33.306 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:52:33.306 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:52:33.306 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:52:33.306 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:52:33.306 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:52:33.307 INFO 2536 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@ed27ebf
2019-01-16 13:52:33.313 INFO 2536 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:52:33.316 INFO 2536 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:52:33.317 INFO 2536 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:52:33.357 INFO 2536 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330013, negotiated timeout = 30000
2019-01-16 13:52:33.358 INFO 2536 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:52:33.744 INFO 2536 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 13:52:33.755 INFO 2536 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:52:33.756 INFO 2536 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 13:52:33.756 INFO 2536 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 13:52:33.808 INFO 2536 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 13:52:33.810 INFO 2536 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 13:52:33.816 INFO 2536 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 13:52:33.864 INFO 2536 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8083 (http) with context path ''
2019-01-16 13:52:33.867 INFO 2536 --- [main] com.stylefeng.guns.rest.UserApplication : Started UserApplication in 5.102 seconds (JVM running for 7.154)
2019-01-16 13:53:22.822 INFO 9556 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:53:22.824 INFO 9556 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:53:22.828 INFO 9556 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:53:22.899 INFO 9556 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:53:23.964 INFO 9556 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:53:23.966 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:53:23.966 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:53:23.966 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:53:23.966 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:53:23.966 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:53:23.967 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:53:23.967 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:53:23.967 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:53:23.967 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:53:23.967 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:53:23.967 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:53:23.967 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:53:23.967 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:53:23.967 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:53:23.967 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:53:23.968 INFO 9556 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@399570c6
2019-01-16 13:53:23.985 INFO 9556 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:53:23.987 INFO 9556 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:53:23.989 INFO 9556 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:53:24.029 INFO 9556 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330014, negotiated timeout = 30000
2019-01-16 13:53:24.031 INFO 9556 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:53:25.266 INFO 9556 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:54:50.670 INFO 9396 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:54:50.672 INFO 9396 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:54:50.676 INFO 9396 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:54:50.765 INFO 9396 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:54:51.810 INFO 9396 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:54:51.813 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:54:51.813 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:54:51.813 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:54:51.813 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:54:51.813 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:54:51.813 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:54:51.814 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:54:51.814 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:54:51.814 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:54:51.814 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:54:51.814 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:54:51.814 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:54:51.814 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:54:51.814 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:54:51.814 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:54:51.815 INFO 9396 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@125cfb1c
2019-01-16 13:54:51.831 INFO 9396 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:54:51.834 INFO 9396 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:54:51.836 INFO 9396 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 13:54:51.877 INFO 9396 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c330015, negotiated timeout = 30000
2019-01-16 13:54:51.878 INFO 9396 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:54:53.043 INFO 9396 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 13:59:44.760 INFO 9532 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 13:59:44.762 INFO 9532 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 13:59:44.766 INFO 9532 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 13:59:44.846 INFO 9532 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 13:59:45.998 INFO 9532 --- [ZkClient-EventThread-39-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 13:59:46.000 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 13:59:46.000 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 13:59:46.000 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 13:59:46.000 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 13:59:46.000 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 13:59:46.000 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 13:59:46.005 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 13:59:46.005 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 13:59:46.005 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 13:59:46.005 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 13:59:46.005 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 13:59:46.005 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 13:59:46.005 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 13:59:46.005 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 13:59:46.005 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 13:59:46.006 INFO 9532 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@573f8cc
2019-01-16 13:59:46.024 INFO 9532 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 13:59:46.028 INFO 9532 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 13:59:46.029 INFO 9532 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 13:59:46.057 INFO 9532 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330016, negotiated timeout = 30000
2019-01-16 13:59:46.059 INFO 9532 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 13:59:47.164 INFO 9532 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 14:15:01.883 INFO 9728 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 14:15:01.885 INFO 9728 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 14:15:01.889 INFO 9728 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 14:15:01.961 INFO 9728 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 14:15:03.006 INFO 9728 --- [ZkClient-EventThread-36-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 14:15:03.008 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 14:15:03.009 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 14:15:03.009 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 14:15:03.009 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 14:15:03.009 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 14:15:03.009 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 14:15:03.011 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 14:15:03.011 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 14:15:03.011 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 14:15:03.011 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 14:15:03.011 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 14:15:03.011 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 14:15:03.011 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 14:15:03.012 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 14:15:03.012 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 14:15:03.013 INFO 9728 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@535180a1
2019-01-16 14:15:03.029 INFO 9728 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 14:15:03.031 INFO 9728 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 14:15:03.033 INFO 9728 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 14:15:03.049 INFO 9728 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c33001a, negotiated timeout = 30000
2019-01-16 14:15:03.050 INFO 9728 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 14:15:04.083 INFO 9728 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 14:30:38.741 INFO 9656 --- [main] com.stylefeng.guns.rest.FilmApplication : Starting FilmApplication on liujiangfeng-PC with PID 9656 (E:\projects\dubbo-springboot\guns\guns-film\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 14:30:38.744 DEBUG 9656 --- [main] com.stylefeng.guns.rest.FilmApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 14:30:38.745 INFO 9656 --- [main] com.stylefeng.guns.rest.FilmApplication : No active profile set, falling back to default profiles: default
2019-01-16 14:30:38.775 INFO 9656 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2e1ef60: startup date [Wed Jan 16 14:30:38 CST 2019]; root of context hierarchy
2019-01-16 14:30:39.434 INFO 9656 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 14:30:39.435 INFO 9656 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 14:30:39.435 INFO 9656 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 14:30:39.438 WARN 9656 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 14:30:39.884 INFO 9656 --- [main] trationDelegate$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)
2019-01-16 14:30:39.894 INFO 9656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$1532a582] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:30:39.947 INFO 9656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:30:39.948 INFO 9656 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$4f4d3ea4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:30:40.177 INFO 9656 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8084 (http)
2019-01-16 14:30:40.195 INFO 9656 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 14:30:40.195 INFO 9656 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 14:30:40.200 INFO 9656 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 14:30:40.274 INFO 9656 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 14:30:40.274 INFO 9656 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1499 ms
2019-01-16 14:30:41.081 INFO 9656 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 14:30:41.086 INFO 9656 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 14:30:41.086 INFO 9656 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 14:30:41.087 INFO 9656 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 14:30:41.087 INFO 9656 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 14:30:41.087 INFO 9656 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 14:30:41.087 INFO 9656 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 14:30:41.383 INFO 9656 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 14:30:42.009 INFO 9656 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2e1ef60: startup date [Wed Jan 16 14:30:38 CST 2019]; root of context hierarchy
2019-01-16 14:30:42.079 INFO 9656 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:30:42.112 INFO 9656 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 14:30:42.113 INFO 9656 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 14:30:42.115 INFO 9656 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 14:30:42.115 INFO 9656 --- [main] s.w.s.m.m.a.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)
2019-01-16 14:30:42.146 INFO 9656 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:30:42.146 INFO 9656 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:30:42.163 INFO 9656 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 14:30:42.493 INFO 9656 --- [ZkClient-EventThread-48-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 14:30:42.496 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 14:30:42.496 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 14:30:42.496 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 14:30:42.496 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 14:30:42.497 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 14:30:42.497 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-film\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 14:30:42.498 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 14:30:42.498 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 14:30:42.498 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 14:30:42.498 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 14:30:42.498 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 14:30:42.498 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 14:30:42.498 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 14:30:42.498 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 14:30:42.498 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 14:30:42.499 INFO 9656 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@1837e73e
2019-01-16 14:30:42.508 INFO 9656 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 14:30:42.511 INFO 9656 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 14:30:42.512 INFO 9656 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 14:30:42.540 INFO 9656 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c33001e, negotiated timeout = 30000
2019-01-16 14:30:42.542 INFO 9656 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 14:30:42.981 INFO 9656 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 14:30:42.993 INFO 9656 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 14:30:42.995 INFO 9656 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 14:30:42.996 INFO 9656 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 14:30:43.050 INFO 9656 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 14:30:43.051 INFO 9656 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 14:30:43.058 INFO 9656 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 14:30:43.090 INFO 9656 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8084 (http) with context path ''
2019-01-16 14:30:43.094 INFO 9656 --- [main] com.stylefeng.guns.rest.FilmApplication : Started FilmApplication in 4.927 seconds (JVM running for 5.568)
2019-01-16 14:42:25.959 INFO 10224 --- [main] c.stylefeng.guns.rest.CinemaApplication : Starting CinemaApplication on liujiangfeng-PC with PID 10224 (E:\projects\dubbo-springboot\guns\guns-cinema\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 14:42:25.961 DEBUG 10224 --- [main] c.stylefeng.guns.rest.CinemaApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 14:42:25.963 INFO 10224 --- [main] c.stylefeng.guns.rest.CinemaApplication : No active profile set, falling back to default profiles: default
2019-01-16 14:42:26.004 INFO 10224 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@479460a6: startup date [Wed Jan 16 14:42:26 CST 2019]; root of context hierarchy
2019-01-16 14:42:26.652 INFO 10224 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 14:42:26.653 INFO 10224 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 14:42:26.653 INFO 10224 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 14:42:26.656 WARN 10224 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 14:42:27.095 INFO 10224 --- [main] trationDelegate$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)
2019-01-16 14:42:27.104 INFO 10224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f6fbebab] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:42:27.151 INFO 10224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:42:27.152 INFO 10224 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$311684cd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:42:27.383 INFO 10224 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8085 (http)
2019-01-16 14:42:27.402 INFO 10224 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 14:42:27.403 INFO 10224 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 14:42:27.407 INFO 10224 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 14:42:27.477 INFO 10224 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 14:42:27.477 INFO 10224 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1473 ms
2019-01-16 14:42:28.280 INFO 10224 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 14:42:28.284 INFO 10224 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 14:42:28.284 INFO 10224 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 14:42:28.284 INFO 10224 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 14:42:28.284 INFO 10224 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 14:42:28.285 INFO 10224 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 14:42:28.285 INFO 10224 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 14:42:28.590 INFO 10224 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 14:42:29.150 INFO 10224 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@479460a6: startup date [Wed Jan 16 14:42:26 CST 2019]; root of context hierarchy
2019-01-16 14:42:29.222 INFO 10224 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:42:29.251 INFO 10224 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 14:42:29.253 INFO 10224 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 14:42:29.255 INFO 10224 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 14:42:29.256 INFO 10224 --- [main] s.w.s.m.m.a.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)
2019-01-16 14:42:29.285 INFO 10224 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:42:29.286 INFO 10224 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:42:29.302 INFO 10224 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 14:42:29.640 INFO 10224 --- [ZkClient-EventThread-47-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 14:42:29.643 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 14:42:29.643 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 14:42:29.643 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 14:42:29.643 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 14:42:29.643 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 14:42:29.643 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-cinema\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 14:42:29.644 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 14:42:29.644 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 14:42:29.644 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 14:42:29.644 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 14:42:29.644 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 14:42:29.644 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 14:42:29.644 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 14:42:29.644 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 14:42:29.644 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 14:42:29.645 INFO 10224 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@5f7912e8
2019-01-16 14:42:29.653 INFO 10224 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 14:42:29.656 INFO 10224 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 14:42:29.657 INFO 10224 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 14:42:29.681 INFO 10224 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330023, negotiated timeout = 30000
2019-01-16 14:42:29.683 INFO 10224 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 14:42:30.092 INFO 10224 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 14:42:30.104 INFO 10224 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 14:42:30.105 INFO 10224 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 14:42:30.106 INFO 10224 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 14:42:30.157 INFO 10224 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 14:42:30.159 INFO 10224 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 14:42:30.165 INFO 10224 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 14:42:30.195 INFO 10224 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8085 (http) with context path ''
2019-01-16 14:42:30.199 INFO 10224 --- [main] c.stylefeng.guns.rest.CinemaApplication : Started CinemaApplication in 4.724 seconds (JVM running for 5.311)
2019-01-16 14:50:45.290 INFO 9920 --- [main] c.s.guns.rest.AlipayBakApplication : Starting AlipayBakApplication on liujiangfeng-PC with PID 9920 (E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 14:50:45.292 DEBUG 9920 --- [main] c.s.guns.rest.AlipayBakApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 14:50:45.294 INFO 9920 --- [main] c.s.guns.rest.AlipayBakApplication : No active profile set, falling back to default profiles: default
2019-01-16 14:50:45.326 INFO 9920 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5bf0d49: startup date [Wed Jan 16 14:50:45 CST 2019]; root of context hierarchy
2019-01-16 14:50:45.885 INFO 9920 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 14:50:45.886 INFO 9920 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 14:50:45.886 INFO 9920 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 14:50:45.889 WARN 9920 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 14:50:46.275 INFO 9920 --- [main] trationDelegate$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)
2019-01-16 14:50:46.282 INFO 9920 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$75782c8e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:50:46.336 INFO 9920 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:50:46.337 INFO 9920 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$af92c5b0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:50:46.526 INFO 9920 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8089 (http)
2019-01-16 14:50:46.545 INFO 9920 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 14:50:46.545 INFO 9920 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 14:50:46.549 INFO 9920 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 14:50:46.619 INFO 9920 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 14:50:46.620 INFO 9920 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1294 ms
2019-01-16 14:50:47.292 INFO 9920 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 14:50:47.295 INFO 9920 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 14:50:47.295 INFO 9920 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 14:50:47.295 INFO 9920 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 14:50:47.295 INFO 9920 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 14:50:47.295 INFO 9920 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 14:50:47.295 INFO 9920 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 14:50:47.548 INFO 9920 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 14:50:47.820 WARN 9920 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAlipayServiceImpl' defined in file [E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes\com\stylefeng\guns\rest\modular\service\DefaultAlipayServiceImpl.class]: Instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError
2019-01-16 14:50:47.823 INFO 9920 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
2019-01-16 14:50:47.825 INFO 9920 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 14:50:47.837 INFO 9920 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-01-16 14:50:47.845 ERROR 9920 --- [main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultAlipayServiceImpl' defined in file [E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes\com\stylefeng\guns\rest\modular\service\DefaultAlipayServiceImpl.class]: Instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1232) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1131) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:541) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$117/842179210.getObject(Unknown Source) ~[na:na]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at com.stylefeng.guns.rest.AlipayBakApplication.main(AlipayBakApplication.java:12) [classes/:na]
Caused by: java.lang.ExceptionInInitializerError: null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[na:1.8.0_45]
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:170) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1224) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
... 18 common frames omitted
Caused by: java.lang.IllegalStateException: can`t find file by path:zfbinfo.properties
at com.stylefeng.guns.rest.modular.alipay.config.Configs.init(Configs.java:53) ~[classes/:na]
at com.stylefeng.guns.rest.modular.service.DefaultAlipayServiceImpl.<clinit>(DefaultAlipayServiceImpl.java:56) ~[classes/:na]
... 25 common frames omitted
2019-01-16 14:51:35.890 INFO 9864 --- [main] c.s.guns.rest.AlipayBakApplication : Starting AlipayBakApplication on liujiangfeng-PC with PID 9864 (E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 14:51:35.924 DEBUG 9864 --- [main] c.s.guns.rest.AlipayBakApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 14:51:35.925 INFO 9864 --- [main] c.s.guns.rest.AlipayBakApplication : No active profile set, falling back to default profiles: default
2019-01-16 14:51:35.953 INFO 9864 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@682b2fa: startup date [Wed Jan 16 14:51:35 CST 2019]; root of context hierarchy
2019-01-16 14:51:36.437 INFO 9864 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 14:51:36.438 INFO 9864 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 14:51:36.438 INFO 9864 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 14:51:36.441 WARN 9864 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 14:51:36.859 INFO 9864 --- [main] trationDelegate$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)
2019-01-16 14:51:36.865 INFO 9864 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7127c70f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:51:36.902 INFO 9864 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:51:36.903 INFO 9864 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$ab426031] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:51:37.075 INFO 9864 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8089 (http)
2019-01-16 14:51:37.089 INFO 9864 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 14:51:37.089 INFO 9864 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 14:51:37.093 INFO 9864 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 14:51:37.159 INFO 9864 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 14:51:37.160 INFO 9864 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1207 ms
2019-01-16 14:51:37.830 INFO 9864 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 14:51:37.833 INFO 9864 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 14:51:37.833 INFO 9864 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 14:51:37.833 INFO 9864 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 14:51:37.833 INFO 9864 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 14:51:37.833 INFO 9864 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 14:51:37.833 INFO 9864 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 14:51:38.082 INFO 9864 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 14:51:38.344 INFO 9864 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 14:51:38.344 INFO 9864 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 14:51:38.507 INFO 9864 --- [ZkClient-EventThread-41-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 14:51:38.509 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 14:51:38.509 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 14:51:38.509 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 14:51:38.510 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 14:51:38.510 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 14:51:38.510 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 14:51:38.514 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 14:51:38.514 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 14:51:38.514 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 14:51:38.514 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 14:51:38.514 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 14:51:38.514 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 14:51:38.514 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 14:51:38.514 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 14:51:38.514 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 14:51:38.515 INFO 9864 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@49f45f2f
2019-01-16 14:51:38.530 INFO 9864 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 14:51:38.532 INFO 9864 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 14:51:38.535 INFO 9864 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 14:51:38.561 INFO 9864 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c330024, negotiated timeout = 30000
2019-01-16 14:51:38.562 INFO 9864 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 14:51:38.943 INFO 9864 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@682b2fa: startup date [Wed Jan 16 14:51:35 CST 2019]; root of context hierarchy
2019-01-16 14:51:38.998 INFO 9864 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:51:39.020 INFO 9864 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 14:51:39.021 INFO 9864 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 14:51:39.022 INFO 9864 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 14:51:39.023 INFO 9864 --- [main] s.w.s.m.m.a.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)
2019-01-16 14:51:39.045 INFO 9864 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:51:39.046 INFO 9864 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:51:39.059 INFO 9864 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 14:51:39.582 INFO 9864 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 14:51:39.590 INFO 9864 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 14:51:39.591 INFO 9864 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 14:51:39.591 INFO 9864 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 14:51:39.635 INFO 9864 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 14:51:39.636 INFO 9864 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 14:51:39.641 INFO 9864 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 14:51:39.669 INFO 9864 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8089 (http) with context path ''
2019-01-16 14:51:39.672 INFO 9864 --- [main] c.s.guns.rest.AlipayBakApplication : Started AlipayBakApplication in 4.328 seconds (JVM running for 5.171)
2019-01-16 14:53:57.212 INFO 10324 --- [main] c.s.guns.rest.AlipayBakApplication : Starting AlipayBakApplication on liujiangfeng-PC with PID 10324 (E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 14:53:57.214 DEBUG 10324 --- [main] c.s.guns.rest.AlipayBakApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 14:53:57.216 INFO 10324 --- [main] c.s.guns.rest.AlipayBakApplication : No active profile set, falling back to default profiles: default
2019-01-16 14:53:57.526 INFO 10324 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@385c9627: startup date [Wed Jan 16 14:53:57 CST 2019]; root of context hierarchy
2019-01-16 14:53:58.020 INFO 10324 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 14:53:58.021 INFO 10324 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 14:53:58.021 INFO 10324 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 14:53:58.024 WARN 10324 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 14:53:58.425 INFO 10324 --- [main] trationDelegate$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)
2019-01-16 14:53:58.431 INFO 10324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e719e25f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:53:58.471 INFO 10324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:53:58.472 INFO 10324 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$21347b81] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 14:53:58.646 INFO 10324 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8089 (http)
2019-01-16 14:53:58.661 INFO 10324 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 14:53:58.661 INFO 10324 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 14:53:58.664 INFO 10324 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 14:53:58.728 INFO 10324 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 14:53:58.729 INFO 10324 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1203 ms
2019-01-16 14:53:59.402 INFO 10324 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 14:53:59.405 INFO 10324 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 14:53:59.405 INFO 10324 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 14:53:59.405 INFO 10324 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 14:53:59.405 INFO 10324 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 14:53:59.405 INFO 10324 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 14:53:59.406 INFO 10324 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 14:53:59.655 INFO 10324 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 14:53:59.906 INFO 10324 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 14:53:59.907 INFO 10324 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 14:54:00.061 INFO 10324 --- [ZkClient-EventThread-42-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 14:54:00.063 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 14:54:00.063 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 14:54:00.063 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 14:54:00.063 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 14:54:00.063 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 14:54:00.063 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 14:54:00.066 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 14:54:00.066 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 14:54:00.066 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 14:54:00.066 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 14:54:00.066 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 14:54:00.066 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 14:54:00.066 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 14:54:00.066 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 14:54:00.067 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 14:54:00.067 INFO 10324 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@50555733
2019-01-16 14:54:00.082 INFO 10324 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 14:54:00.084 INFO 10324 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 14:54:00.086 INFO 10324 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 14:54:00.123 INFO 10324 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c330026, negotiated timeout = 30000
2019-01-16 14:54:00.124 INFO 10324 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 14:54:00.487 INFO 10324 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@385c9627: startup date [Wed Jan 16 14:53:57 CST 2019]; root of context hierarchy
2019-01-16 14:54:00.558 INFO 10324 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:54:00.586 INFO 10324 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 14:54:00.587 INFO 10324 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 14:54:00.589 INFO 10324 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 14:54:00.589 INFO 10324 --- [main] s.w.s.m.m.a.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)
2019-01-16 14:54:00.615 INFO 10324 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:54:00.615 INFO 10324 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 14:54:00.632 INFO 10324 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 14:54:01.243 INFO 10324 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 14:54:01.253 INFO 10324 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 14:54:01.254 INFO 10324 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 14:54:01.255 INFO 10324 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 14:54:01.302 INFO 10324 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 14:54:01.303 INFO 10324 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 14:54:01.311 INFO 10324 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 14:54:01.342 INFO 10324 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8089 (http) with context path ''
2019-01-16 14:54:01.346 INFO 10324 --- [main] c.s.guns.rest.AlipayBakApplication : Started AlipayBakApplication in 4.541 seconds (JVM running for 5.103)
2019-01-16 14:59:59.271 INFO 7716 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 14:59:59.273 INFO 7716 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 14:59:59.276 INFO 7716 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 14:59:59.343 INFO 7716 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:00:00.215 INFO 7716 --- [ZkClient-EventThread-35-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:00:00.217 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:00:00.218 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:00:00.218 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:00:00.218 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:00:00.218 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:00:00.218 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:00:00.223 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:00:00.223 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:00:00.223 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:00:00.223 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:00:00.223 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:00:00.223 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:00:00.223 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:00:00.223 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:00:00.223 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:00:00.224 INFO 7716 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@e049e95
2019-01-16 15:00:00.237 INFO 7716 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:00:00.239 INFO 7716 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:00:00.241 INFO 7716 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 15:00:00.276 INFO 7716 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c330027, negotiated timeout = 30000
2019-01-16 15:00:00.277 INFO 7716 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:00:00.945 INFO 7716 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:00:00.975 INFO 7716 --- [ZkClient-EventThread-35-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 15:00:00.990 INFO 7716 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c330027 closed
2019-01-16 15:00:00.990 INFO 7716 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c330027
2019-01-16 15:00:07.855 INFO 10044 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:00:07.858 INFO 10044 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:00:07.863 INFO 10044 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:00:07.945 INFO 10044 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:00:08.990 INFO 10044 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:00:08.993 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:00:08.993 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:00:08.993 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:00:08.993 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:00:08.993 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:00:08.993 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:00:08.994 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:00:08.994 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:00:08.994 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:00:08.994 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:00:08.994 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:00:08.994 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:00:08.994 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:00:08.994 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:00:08.994 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:00:08.995 INFO 10044 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@53ba299f
2019-01-16 15:00:09.011 INFO 10044 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:00:09.014 INFO 10044 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:00:09.015 INFO 10044 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 15:00:09.050 INFO 10044 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c330028, negotiated timeout = 30000
2019-01-16 15:00:09.052 INFO 10044 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:00:09.807 INFO 10044 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:00:09.843 INFO 10044 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 15:00:09.856 INFO 10044 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c330028 closed
2019-01-16 15:00:09.857 INFO 10044 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c330028
2019-01-16 15:01:00.134 INFO 10792 --- [main] c.stylefeng.guns.rest.OrderApplication : Starting OrderApplication on liujiangfeng-PC with PID 10792 (E:\projects\dubbo-springboot\guns\guns-order\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:01:00.136 DEBUG 10792 --- [main] c.stylefeng.guns.rest.OrderApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:01:00.137 INFO 10792 --- [main] c.stylefeng.guns.rest.OrderApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:01:00.169 INFO 10792 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@53dbe163: startup date [Wed Jan 16 15:01:00 CST 2019]; root of context hierarchy
2019-01-16 15:01:00.907 INFO 10792 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:01:00.908 INFO 10792 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:01:00.909 INFO 10792 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:01:00.911 WARN 10792 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:01:01.355 INFO 10792 --- [main] trationDelegate$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)
2019-01-16 15:01:01.363 INFO 10792 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4da2d050] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:01:01.410 INFO 10792 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:01:01.411 INFO 10792 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$87bd6972] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:01:01.635 INFO 10792 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8086 (http)
2019-01-16 15:01:01.652 INFO 10792 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:01:01.653 INFO 10792 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:01:01.657 INFO 10792 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:01:01.733 INFO 10792 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:01:01.733 INFO 10792 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1564 ms
2019-01-16 15:01:02.544 INFO 10792 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:01:02.549 INFO 10792 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:01:02.549 INFO 10792 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:01:02.549 INFO 10792 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:01:02.549 INFO 10792 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:01:02.549 INFO 10792 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:01:02.550 INFO 10792 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:01:02.869 INFO 10792 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 15:01:03.156 WARN 10792 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrder2017T ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 15:01:03.178 WARN 10792 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrder2018T ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 15:01:03.198 WARN 10792 --- [main] c.b.mybatisplus.mapper.AutoSqlInjector : class com.stylefeng.guns.rest.common.persistence.model.MoocOrderT ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2019-01-16 15:01:03.460 INFO 10792 --- [ZkClient-EventThread-46-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:01:03.462 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:01:03.463 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:01:03.463 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:01:03.463 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:01:03.463 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:01:03.463 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-order\target\classes;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\commons-lang\commons-lang\2.4\commons-lang-2.4.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:01:03.464 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:01:03.464 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:01:03.464 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:01:03.464 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:01:03.464 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:01:03.464 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:01:03.464 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:01:03.464 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:01:03.464 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:01:03.465 INFO 10792 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@ea659f3
2019-01-16 15:01:03.481 INFO 10792 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:01:03.484 INFO 10792 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:01:03.486 INFO 10792 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:01:03.507 INFO 10792 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330029, negotiated timeout = 30000
2019-01-16 15:01:03.508 INFO 10792 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:01:03.946 INFO 10792 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@53dbe163: startup date [Wed Jan 16 15:01:00 CST 2019]; root of context hierarchy
2019-01-16 15:01:04.018 INFO 10792 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:01:04.050 INFO 10792 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 15:01:04.052 INFO 10792 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 15:01:04.054 INFO 10792 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 15:01:04.055 INFO 10792 --- [main] s.w.s.m.m.a.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)
2019-01-16 15:01:04.086 INFO 10792 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:01:04.086 INFO 10792 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:01:04.103 INFO 10792 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 15:01:04.971 INFO 10792 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 15:01:04.985 INFO 10792 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:01:04.985 INFO 10792 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:01:04.986 INFO 10792 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 15:01:05.039 INFO 10792 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 15:01:05.041 INFO 10792 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 15:01:05.048 INFO 10792 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 15:01:05.085 INFO 10792 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8086 (http) with context path ''
2019-01-16 15:01:05.089 INFO 10792 --- [main] c.stylefeng.guns.rest.OrderApplication : Started OrderApplication in 5.469 seconds (JVM running for 6.058)
2019-01-16 15:03:09.438 INFO 10596 --- [main] c.s.guns.rest.AlipayBakApplication : Starting AlipayBakApplication on liujiangfeng-PC with PID 10596 (E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:03:09.440 DEBUG 10596 --- [main] c.s.guns.rest.AlipayBakApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:03:09.442 INFO 10596 --- [main] c.s.guns.rest.AlipayBakApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:03:09.514 INFO 10596 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@39655d3e: startup date [Wed Jan 16 15:03:09 CST 2019]; root of context hierarchy
2019-01-16 15:03:10.274 WARN 10596 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest.*.dao, com.stylefeng.guns.rest.common.persistence.dao]' package. Please check your configuration.
2019-01-16 15:03:10.384 WARN 10596 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest]' package. Please check your configuration.
2019-01-16 15:03:10.387 INFO 10596 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:03:10.388 INFO 10596 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:03:10.388 INFO 10596 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:03:10.391 WARN 10596 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:03:10.868 INFO 10596 --- [main] trationDelegate$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)
2019-01-16 15:03:10.875 INFO 10596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$794490ff] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:03:10.921 INFO 10596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:03:10.923 INFO 10596 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$b35f2a21] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:03:11.149 INFO 10596 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8089 (http)
2019-01-16 15:03:11.167 INFO 10596 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:03:11.168 INFO 10596 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:03:11.172 INFO 10596 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:03:11.260 INFO 10596 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:03:11.260 INFO 10596 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1746 ms
2019-01-16 15:03:12.085 INFO 10596 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:03:12.089 INFO 10596 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:03:12.089 INFO 10596 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:03:12.090 INFO 10596 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:03:12.090 INFO 10596 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:03:12.090 INFO 10596 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:03:12.090 INFO 10596 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:03:12.149 WARN 10596 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cinemaServiceImpl' defined in file [E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes\com\stylefeng\guns\rest\modular\cinema\service\CinemaServiceImpl.class]: Post-processing of merged bean definition failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.stylefeng.guns.rest.modular.cinema.service.CinemaServiceImpl] from ClassLoader [sun.misc.Launcher$AppClassLoader@14dad5dc]
2019-01-16 15:03:12.151 INFO 10596 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:03:12.169 INFO 10596 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-01-16 15:03:12.179 ERROR 10596 --- [main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cinemaServiceImpl' defined in file [E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes\com\stylefeng\guns\rest\modular\cinema\service\CinemaServiceImpl.class]: Post-processing of merged bean definition failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.stylefeng.guns.rest.modular.cinema.service.CinemaServiceImpl] from ClassLoader [sun.misc.Launcher$AppClassLoader@14dad5dc]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$114/1016633682.getObject(Unknown Source) ~[na:na]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at com.stylefeng.guns.rest.AlipayBakApplication.main(AlipayBakApplication.java:12) [classes/:na]
Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.stylefeng.guns.rest.modular.cinema.service.CinemaServiceImpl] from ClassLoader [sun.misc.Launcher$AppClassLoader@14dad5dc]
at org.springframework.util.ReflectionUtils.getDeclaredFields(ReflectionUtils.java:758) ~[spring-core-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.util.ReflectionUtils.doWithLocalFields(ReflectionUtils.java:690) ~[spring-core-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.buildResourceMetadata(CommonAnnotationBeanPostProcessor.java:355) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.findResourceMetadata(CommonAnnotationBeanPostProcessor.java:339) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessMergedBeanDefinition(CommonAnnotationBeanPostProcessor.java:298) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyMergedBeanDefinitionPostProcessors(AbstractAutowireCapableBeanFactory.java:1016) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
... 16 common frames omitted
Caused by: java.lang.NoClassDefFoundError: Lcom/stylefeng/guns/rest/common/persistence/dao/MoocCinemaTMapper;
at java.lang.Class.getDeclaredFields0(Native Method) ~[na:1.8.0_45]
at java.lang.Class.privateGetDeclaredFields(Class.java:2583) ~[na:1.8.0_45]
at java.lang.Class.getDeclaredFields(Class.java:1916) ~[na:1.8.0_45]
at org.springframework.util.ReflectionUtils.getDeclaredFields(ReflectionUtils.java:753) ~[spring-core-5.0.5.RELEASE.jar:5.0.5.RELEASE]
... 22 common frames omitted
Caused by: java.lang.ClassNotFoundException: com.stylefeng.guns.rest.common.persistence.dao.MoocCinemaTMapper
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[na:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[na:1.8.0_45]
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[na:1.8.0_45]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_45]
... 26 common frames omitted
2019-01-16 15:04:14.081 INFO 8424 --- [main] c.s.guns.rest.AlipayBakApplication : Starting AlipayBakApplication on liujiangfeng-PC with PID 8424 (E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:04:14.084 DEBUG 8424 --- [main] c.s.guns.rest.AlipayBakApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:04:14.085 INFO 8424 --- [main] c.s.guns.rest.AlipayBakApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:04:14.138 INFO 8424 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1339e7aa: startup date [Wed Jan 16 15:04:14 CST 2019]; root of context hierarchy
2019-01-16 15:04:14.609 WARN 8424 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest.*.dao, com.stylefeng.guns.rest.common.persistence.dao]' package. Please check your configuration.
2019-01-16 15:04:14.714 WARN 8424 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest]' package. Please check your configuration.
2019-01-16 15:04:14.717 INFO 8424 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:04:14.718 INFO 8424 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:04:14.718 INFO 8424 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:04:14.721 WARN 8424 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:04:15.160 INFO 8424 --- [main] trationDelegate$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)
2019-01-16 15:04:15.168 INFO 8424 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$794581] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:04:15.214 INFO 8424 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:04:15.215 INFO 8424 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$3a93dea3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:04:15.439 INFO 8424 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8089 (http)
2019-01-16 15:04:15.456 INFO 8424 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:04:15.457 INFO 8424 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:04:15.461 INFO 8424 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:04:15.534 INFO 8424 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:04:15.535 INFO 8424 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1397 ms
2019-01-16 15:04:16.318 INFO 8424 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:04:16.321 INFO 8424 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:04:16.322 INFO 8424 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:04:16.322 INFO 8424 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:04:16.322 INFO 8424 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:04:16.322 INFO 8424 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:04:16.322 INFO 8424 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:04:16.392 INFO 8424 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 15:04:16.392 INFO 8424 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 15:04:16.563 INFO 8424 --- [ZkClient-EventThread-39-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:04:16.566 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:04:16.566 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:04:16.566 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:04:16.566 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:04:16.566 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:04:16.566 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipayBak\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:04:16.571 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:04:16.571 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:04:16.571 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:04:16.571 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:04:16.571 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:04:16.571 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:04:16.571 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:04:16.571 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:04:16.571 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:04:16.572 INFO 8424 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@5f5120bc
2019-01-16 15:04:16.591 INFO 8424 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:04:16.594 INFO 8424 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:04:16.596 INFO 8424 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:04:16.635 INFO 8424 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c33002a, negotiated timeout = 30000
2019-01-16 15:04:16.637 INFO 8424 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:04:17.087 INFO 8424 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1339e7aa: startup date [Wed Jan 16 15:04:14 CST 2019]; root of context hierarchy
2019-01-16 15:04:17.162 INFO 8424 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:04:17.192 INFO 8424 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 15:04:17.193 INFO 8424 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 15:04:17.194 INFO 8424 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 15:04:17.195 INFO 8424 --- [main] s.w.s.m.m.a.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)
2019-01-16 15:04:17.228 INFO 8424 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:04:17.229 INFO 8424 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:04:17.245 INFO 8424 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 15:04:17.713 INFO 8424 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 15:04:18.071 INFO 8424 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 15:04:18.084 INFO 8424 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:04:18.085 INFO 8424 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:04:18.085 INFO 8424 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 15:04:18.137 INFO 8424 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 15:04:18.138 INFO 8424 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 15:04:18.144 INFO 8424 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 15:04:18.175 INFO 8424 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8089 (http) with context path ''
2019-01-16 15:04:18.178 INFO 8424 --- [main] c.s.guns.rest.AlipayBakApplication : Started AlipayBakApplication in 4.631 seconds (JVM running for 5.343)
2019-01-16 15:05:57.769 INFO 5896 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:05:57.771 INFO 5896 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:05:57.775 INFO 5896 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:05:57.850 INFO 5896 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:05:58.898 INFO 5896 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:05:58.901 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:05:58.901 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:05:58.901 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:05:58.901 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:05:58.901 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:05:58.901 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:05:58.902 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:05:58.902 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:05:58.902 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:05:58.902 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:05:58.902 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:05:58.902 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:05:58.902 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:05:58.902 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:05:58.902 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:05:58.903 INFO 5896 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@49cd0c78
2019-01-16 15:05:58.919 INFO 5896 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:05:58.921 INFO 5896 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:05:58.923 INFO 5896 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:05:58.968 INFO 5896 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c33002b, negotiated timeout = 30000
2019-01-16 15:05:58.973 INFO 5896 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:05:59.779 INFO 5896 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:05:59.813 INFO 5896 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 15:05:59.830 INFO 5896 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c33002b closed
2019-01-16 15:05:59.830 INFO 5896 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c33002b
2019-01-16 15:07:03.909 INFO 9908 --- [main] c.stylefeng.guns.rest.AlipayApplication : Starting AlipayApplication on liujiangfeng-PC with PID 9908 (E:\projects\dubbo-springboot\guns\guns-alipay\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:07:03.912 DEBUG 9908 --- [main] c.stylefeng.guns.rest.AlipayApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:07:03.913 INFO 9908 --- [main] c.stylefeng.guns.rest.AlipayApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:07:03.973 INFO 9908 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@229f66ed: startup date [Wed Jan 16 15:07:03 CST 2019]; root of context hierarchy
2019-01-16 15:07:04.344 WARN 9908 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest.*.dao, com.stylefeng.guns.rest.common.persistence.dao]' package. Please check your configuration.
2019-01-16 15:07:04.437 WARN 9908 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest]' package. Please check your configuration.
2019-01-16 15:07:04.440 INFO 9908 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:07:04.441 INFO 9908 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:07:04.441 INFO 9908 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:07:04.444 WARN 9908 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:07:04.830 INFO 9908 --- [main] trationDelegate$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)
2019-01-16 15:07:04.837 INFO 9908 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d5b85377] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:07:04.875 INFO 9908 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:07:04.876 INFO 9908 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$fd2ec99] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:07:05.051 INFO 9908 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8087 (http)
2019-01-16 15:07:05.067 INFO 9908 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:07:05.067 INFO 9908 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:07:05.070 INFO 9908 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:07:05.135 INFO 9908 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:07:05.135 INFO 9908 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1162 ms
2019-01-16 15:07:05.806 INFO 9908 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:07:05.810 INFO 9908 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:07:05.811 INFO 9908 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:07:05.811 INFO 9908 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:07:05.812 INFO 9908 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:07:05.812 INFO 9908 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:07:05.812 INFO 9908 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:07:05.878 INFO 9908 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 15:07:05.879 INFO 9908 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 15:07:06.024 INFO 9908 --- [ZkClient-EventThread-36-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:07:06.026 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:07:06.027 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:07:06.027 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:07:06.027 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:07:06.027 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:07:06.027 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:07:06.028 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:07:06.028 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:07:06.028 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:07:06.028 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:07:06.028 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:07:06.028 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:07:06.028 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:07:06.028 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:07:06.028 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:07:06.029 INFO 9908 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@1aae16f9
2019-01-16 15:07:06.044 INFO 9908 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:07:06.047 INFO 9908 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:07:06.048 INFO 9908 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 15:07:06.085 INFO 9908 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c33002c, negotiated timeout = 30000
2019-01-16 15:07:06.086 INFO 9908 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:07:06.472 INFO 9908 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@229f66ed: startup date [Wed Jan 16 15:07:03 CST 2019]; root of context hierarchy
2019-01-16 15:07:06.526 INFO 9908 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:07:06.550 INFO 9908 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/auth]}" onto public org.springframework.http.ResponseEntity<?> com.stylefeng.guns.rest.modular.auth.controller.AuthController.createAuthenticationToken(com.stylefeng.guns.rest.modular.auth.controller.dto.AuthRequest)
2019-01-16 15:07:06.552 INFO 9908 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 15:07:06.552 INFO 9908 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 15:07:06.554 INFO 9908 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 15:07:06.554 INFO 9908 --- [main] s.w.s.m.m.a.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)
2019-01-16 15:07:06.578 INFO 9908 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:07:06.578 INFO 9908 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:07:06.590 INFO 9908 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 15:07:06.744 WARN 9908 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration': Invocation of init method failed; nested exception is com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=9908&side=provider×tamp=1547622426639) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
2019-01-16 15:07:06.747 INFO 9908 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:07:06.766 INFO 9908 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-01-16 15:07:06.774 ERROR 9908 --- [main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration': Invocation of init method failed; nested exception is com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=9908&side=provider×tamp=1547622426639) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:138) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:422) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1694) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:579) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$140/547201549.getObject(Unknown Source) ~[na:na]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at com.stylefeng.guns.rest.AlipayApplication.main(AlipayApplication.java:12) [classes/:na]
Caused by: com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=9908&side=provider×tamp=1547622426639) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.createServer(DubboProtocol.java:277) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.openServer(DubboProtocol.java:254) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.export(DubboProtocol.java:241) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:93) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:68) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.Protocol$Adaptive.export(Protocol$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.registry.integration.RegistryProtocol.doLocalExport(RegistryProtocol.java:181) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.registry.integration.RegistryProtocol.export(RegistryProtocol.java:121) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:91) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:66) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.Protocol$Adaptive.export(Protocol$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:505) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExportUrls(ServiceConfig.java:357) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExport(ServiceConfig.java:316) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.export(ServiceConfig.java:215) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration.initProviderBean(DubboProviderAutoConfiguration.java:84) ~[dubbo-spring-boot-starter-2.0.0.jar:na]
at com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration.init(DubboProviderAutoConfiguration.java:45) ~[dubbo-spring-boot-starter-2.0.0.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_45]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:308) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
... 19 common frames omitted
Caused by: com.alibaba.dubbo.remoting.RemotingException: Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:68) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.netty.NettyServer.<init>(NettyServer.java:61) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.netty.NettyTransporter.bind(NettyTransporter.java:31) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.Transporter$Adaptive.bind(Transporter$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.Transporters.bind(Transporters.java:56) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchanger.bind(HeaderExchanger.java:42) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.exchange.Exchangers.bind(Exchangers.java:70) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.createServer(DubboProtocol.java:275) ~[dubbo-2.6.0.jar:2.6.0]
... 42 common frames omitted
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:20887
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303) ~[netty-3.2.5.Final.jar:na]
at com.alibaba.dubbo.remoting.transport.netty.NettyServer.doOpen(NettyServer.java:92) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:63) ~[dubbo-2.6.0.jar:2.6.0]
... 49 common frames omitted
Caused by: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_45]
at sun.nio.ch.Net.bind(Net.java:437) ~[na:1.8.0_45]
at sun.nio.ch.Net.bind(Net.java:429) ~[na:1.8.0_45]
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[na:1.8.0_45]
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.8.0_45]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:148) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.Channels.bind(Channels.java:468) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:192) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:348) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:176) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannel.<init>(NioServerSocketChannel.java:85) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:282) ~[netty-3.2.5.Final.jar:na]
... 51 common frames omitted
2019-01-16 15:07:06.780 INFO 9908 --- [ZkClient-EventThread-36-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 15:07:06.802 INFO 9908 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c33002c closed
2019-01-16 15:07:06.802 INFO 9908 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c33002c
2019-01-16 15:14:16.097 INFO 10780 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:14:16.099 INFO 10780 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:14:16.103 INFO 10780 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:14:16.191 INFO 10780 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:14:17.239 INFO 10780 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:14:17.243 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:14:17.243 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:14:17.243 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:14:17.243 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:14:17.243 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:14:17.243 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:14:17.248 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:14:17.248 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:14:17.248 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:14:17.248 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:14:17.248 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:14:17.248 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:14:17.248 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:14:17.248 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:14:17.248 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:14:17.249 INFO 10780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@6289d139
2019-01-16 15:14:17.266 INFO 10780 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:14:17.268 INFO 10780 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:14:17.270 INFO 10780 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:14:17.296 INFO 10780 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c33002d, negotiated timeout = 30000
2019-01-16 15:14:17.298 INFO 10780 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:14:18.061 INFO 10780 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:14:18.095 INFO 10780 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 15:14:18.117 INFO 10780 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c33002d closed
2019-01-16 15:14:18.117 INFO 10780 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c33002d
2019-01-16 15:15:18.851 INFO 10084 --- [main] c.stylefeng.guns.rest.AlipayApplication : Starting AlipayApplication on liujiangfeng-PC with PID 10084 (E:\projects\dubbo-springboot\guns\guns-alipay\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:15:18.853 DEBUG 10084 --- [main] c.stylefeng.guns.rest.AlipayApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:15:18.855 INFO 10084 --- [main] c.stylefeng.guns.rest.AlipayApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:15:18.905 INFO 10084 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1cdc4c27: startup date [Wed Jan 16 15:15:18 CST 2019]; root of context hierarchy
2019-01-16 15:15:19.500 WARN 10084 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest.*.dao, com.stylefeng.guns.rest.common.persistence.dao]' package. Please check your configuration.
2019-01-16 15:15:19.608 WARN 10084 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest]' package. Please check your configuration.
2019-01-16 15:15:19.612 INFO 10084 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:15:19.613 INFO 10084 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:15:19.613 INFO 10084 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:15:19.615 WARN 10084 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:15:20.064 INFO 10084 --- [main] trationDelegate$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)
2019-01-16 15:15:20.071 INFO 10084 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$1e25aeed] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:15:20.120 INFO 10084 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:15:20.121 INFO 10084 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$5840480f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:15:20.335 INFO 10084 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8087 (http)
2019-01-16 15:15:20.357 INFO 10084 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:15:20.357 INFO 10084 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:15:20.362 INFO 10084 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:15:20.437 INFO 10084 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:15:20.437 INFO 10084 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1532 ms
2019-01-16 15:15:21.146 INFO 10084 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:15:21.150 INFO 10084 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:15:21.150 INFO 10084 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:15:21.150 INFO 10084 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:15:21.150 INFO 10084 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:15:21.151 INFO 10084 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:15:21.151 INFO 10084 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:15:21.327 INFO 10084 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 15:15:21.327 INFO 10084 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 15:15:21.499 INFO 10084 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:15:21.502 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:15:21.502 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:15:21.502 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:15:21.502 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:15:21.502 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:15:21.502 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:15:21.506 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:15:21.506 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:15:21.506 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:15:21.506 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:15:21.506 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:15:21.506 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:15:21.506 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:15:21.506 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:15:21.506 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:15:21.507 INFO 10084 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@229f04d5
2019-01-16 15:15:21.523 INFO 10084 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:15:21.526 INFO 10084 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:15:21.528 INFO 10084 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:15:21.569 INFO 10084 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c33002e, negotiated timeout = 30000
2019-01-16 15:15:21.571 INFO 10084 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:15:22.002 INFO 10084 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@1cdc4c27: startup date [Wed Jan 16 15:15:18 CST 2019]; root of context hierarchy
2019-01-16 15:15:22.075 INFO 10084 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:15:22.104 INFO 10084 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/auth]}" onto public org.springframework.http.ResponseEntity<?> com.stylefeng.guns.rest.modular.auth.controller.AuthController.createAuthenticationToken(com.stylefeng.guns.rest.modular.auth.controller.dto.AuthRequest)
2019-01-16 15:15:22.106 INFO 10084 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 15:15:22.106 INFO 10084 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 15:15:22.107 INFO 10084 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 15:15:22.108 INFO 10084 --- [main] s.w.s.m.m.a.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)
2019-01-16 15:15:22.138 INFO 10084 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:15:22.138 INFO 10084 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:15:22.156 INFO 10084 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 15:15:22.351 WARN 10084 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration': Invocation of init method failed; nested exception is com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=10084&side=provider×tamp=1547622922223) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
2019-01-16 15:15:22.354 INFO 10084 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:15:22.375 INFO 10084 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-01-16 15:15:22.385 ERROR 10084 --- [main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration': Invocation of init method failed; nested exception is com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=10084&side=provider×tamp=1547622922223) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:138) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:422) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1694) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:579) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$117/1978504976.getObject(Unknown Source) ~[na:na]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at com.stylefeng.guns.rest.AlipayApplication.main(AlipayApplication.java:12) [classes/:na]
Caused by: com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=10084&side=provider×tamp=1547622922223) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.createServer(DubboProtocol.java:277) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.openServer(DubboProtocol.java:254) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.export(DubboProtocol.java:241) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:68) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:93) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.Protocol$Adaptive.export(Protocol$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.registry.integration.RegistryProtocol.doLocalExport(RegistryProtocol.java:181) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.registry.integration.RegistryProtocol.export(RegistryProtocol.java:121) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:66) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:91) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.Protocol$Adaptive.export(Protocol$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:505) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExportUrls(ServiceConfig.java:357) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExport(ServiceConfig.java:316) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.export(ServiceConfig.java:215) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration.initProviderBean(DubboProviderAutoConfiguration.java:84) ~[dubbo-spring-boot-starter-2.0.0.jar:na]
at com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration.init(DubboProviderAutoConfiguration.java:45) ~[dubbo-spring-boot-starter-2.0.0.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_45]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:308) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
... 19 common frames omitted
Caused by: com.alibaba.dubbo.remoting.RemotingException: Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:68) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.netty.NettyServer.<init>(NettyServer.java:61) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.netty.NettyTransporter.bind(NettyTransporter.java:31) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.Transporter$Adaptive.bind(Transporter$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.Transporters.bind(Transporters.java:56) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchanger.bind(HeaderExchanger.java:42) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.exchange.Exchangers.bind(Exchangers.java:70) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.createServer(DubboProtocol.java:275) ~[dubbo-2.6.0.jar:2.6.0]
... 42 common frames omitted
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:20887
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303) ~[netty-3.2.5.Final.jar:na]
at com.alibaba.dubbo.remoting.transport.netty.NettyServer.doOpen(NettyServer.java:92) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:63) ~[dubbo-2.6.0.jar:2.6.0]
... 49 common frames omitted
Caused by: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_45]
at sun.nio.ch.Net.bind(Net.java:437) ~[na:1.8.0_45]
at sun.nio.ch.Net.bind(Net.java:429) ~[na:1.8.0_45]
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[na:1.8.0_45]
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.8.0_45]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:148) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.Channels.bind(Channels.java:468) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:192) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:348) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:176) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannel.<init>(NioServerSocketChannel.java:85) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:282) ~[netty-3.2.5.Final.jar:na]
... 51 common frames omitted
2019-01-16 15:15:22.405 INFO 10084 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 15:15:22.423 INFO 10084 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c33002e closed
2019-01-16 15:15:22.423 INFO 10084 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c33002e
2019-01-16 15:17:34.353 INFO 6112 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:17:34.355 INFO 6112 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:17:34.358 INFO 6112 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:17:34.439 INFO 6112 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:17:35.281 INFO 6112 --- [ZkClient-EventThread-36-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:17:35.283 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:17:35.283 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:17:35.283 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:17:35.283 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:17:35.283 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:17:35.283 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:17:35.284 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:17:35.284 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:17:35.284 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:17:35.284 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:17:35.284 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:17:35.284 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:17:35.284 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:17:35.284 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:17:35.284 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:17:35.285 INFO 6112 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@cb3c9c5
2019-01-16 15:17:35.299 INFO 6112 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:17:35.301 INFO 6112 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:17:35.302 INFO 6112 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:17:35.339 INFO 6112 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c33002f, negotiated timeout = 30000
2019-01-16 15:17:35.340 INFO 6112 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:17:35.991 INFO 6112 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:17:36.024 INFO 6112 --- [ZkClient-EventThread-36-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 15:17:36.044 INFO 6112 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c33002f closed
2019-01-16 15:17:36.044 INFO 6112 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c33002f
2019-01-16 15:19:24.495 INFO 5780 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:19:24.497 INFO 5780 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:19:24.500 INFO 5780 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:19:24.564 INFO 5780 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:19:25.425 INFO 5780 --- [ZkClient-EventThread-35-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:19:25.427 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:19:25.427 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:19:25.427 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:19:25.427 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:19:25.427 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:19:25.427 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\org\projectlombok\lombok\1.16.20\lombok-1.16.20.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:19:25.429 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:19:25.429 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:19:25.429 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:19:25.429 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:19:25.429 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:19:25.429 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:19:25.429 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:19:25.429 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:19:25.429 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:19:25.430 INFO 5780 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@42bd4566
2019-01-16 15:19:25.443 INFO 5780 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:19:25.445 INFO 5780 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:19:25.447 INFO 5780 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:19:25.497 INFO 5780 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330030, negotiated timeout = 30000
2019-01-16 15:19:25.501 INFO 5780 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:19:26.188 INFO 5780 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:19:26.219 INFO 5780 --- [ZkClient-EventThread-35-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 15:19:26.240 INFO 5780 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c330030 closed
2019-01-16 15:19:26.240 INFO 5780 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c330030
2019-01-16 15:20:02.732 INFO 9276 --- [main] c.stylefeng.guns.rest.AlipayApplication : Starting AlipayApplication on liujiangfeng-PC with PID 9276 (E:\projects\dubbo-springboot\guns\guns-alipay\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:20:02.734 DEBUG 9276 --- [main] c.stylefeng.guns.rest.AlipayApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:20:02.736 INFO 9276 --- [main] c.stylefeng.guns.rest.AlipayApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:20:02.771 INFO 9276 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3590fc5b: startup date [Wed Jan 16 15:20:02 CST 2019]; root of context hierarchy
2019-01-16 15:20:03.144 WARN 9276 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest.*.dao, com.stylefeng.guns.rest.common.persistence.dao]' package. Please check your configuration.
2019-01-16 15:20:03.240 WARN 9276 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest]' package. Please check your configuration.
2019-01-16 15:20:03.243 INFO 9276 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:20:03.244 INFO 9276 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:20:03.244 INFO 9276 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:20:03.247 WARN 9276 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:20:03.661 INFO 9276 --- [main] trationDelegate$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)
2019-01-16 15:20:03.667 INFO 9276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7763675f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:20:03.705 INFO 9276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:20:03.706 INFO 9276 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$b17e0081] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:20:03.877 INFO 9276 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8087 (http)
2019-01-16 15:20:03.892 INFO 9276 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:20:03.892 INFO 9276 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:20:03.895 INFO 9276 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:20:03.958 INFO 9276 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:20:03.958 INFO 9276 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1187 ms
2019-01-16 15:20:04.631 INFO 9276 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:20:04.634 INFO 9276 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:20:04.635 INFO 9276 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:20:04.635 INFO 9276 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:20:04.635 INFO 9276 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:20:04.635 INFO 9276 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:20:04.635 INFO 9276 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:20:04.697 INFO 9276 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 15:20:04.698 INFO 9276 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 15:20:04.842 INFO 9276 --- [ZkClient-EventThread-35-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:20:04.844 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:20:04.844 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:20:04.845 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:20:04.845 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:20:04.845 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:20:04.845 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:20:04.846 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:20:04.846 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:20:04.846 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:20:04.846 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:20:04.846 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:20:04.846 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:20:04.846 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:20:04.846 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:20:04.846 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:20:04.847 INFO 9276 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@1d605a36
2019-01-16 15:20:04.863 INFO 9276 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:20:04.865 INFO 9276 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:20:04.867 INFO 9276 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:20:04.925 INFO 9276 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330031, negotiated timeout = 30000
2019-01-16 15:20:04.926 INFO 9276 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:20:05.350 INFO 9276 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3590fc5b: startup date [Wed Jan 16 15:20:02 CST 2019]; root of context hierarchy
2019-01-16 15:20:05.405 INFO 9276 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:20:05.437 INFO 9276 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/auth]}" onto public org.springframework.http.ResponseEntity<?> com.stylefeng.guns.rest.modular.auth.controller.AuthController.createAuthenticationToken(com.stylefeng.guns.rest.modular.auth.controller.dto.AuthRequest)
2019-01-16 15:20:05.439 INFO 9276 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 15:20:05.439 INFO 9276 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 15:20:05.440 INFO 9276 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 15:20:05.441 INFO 9276 --- [main] s.w.s.m.m.a.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)
2019-01-16 15:20:05.463 INFO 9276 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:20:05.463 INFO 9276 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:20:05.476 INFO 9276 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 15:20:05.622 WARN 9276 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration': Invocation of init method failed; nested exception is com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=9276&side=provider×tamp=1547623205522) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
2019-01-16 15:20:05.625 INFO 9276 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:20:05.643 INFO 9276 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-01-16 15:20:05.652 ERROR 9276 --- [main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration': Invocation of init method failed; nested exception is com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=9276&side=provider×tamp=1547623205522) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:138) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:422) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1694) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:579) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$140/2014461570.getObject(Unknown Source) ~[na:na]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at com.stylefeng.guns.rest.AlipayApplication.main(AlipayApplication.java:12) [classes/:na]
Caused by: com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=9276&side=provider×tamp=1547623205522) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.createServer(DubboProtocol.java:277) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.openServer(DubboProtocol.java:254) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.export(DubboProtocol.java:241) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:68) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:93) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.Protocol$Adaptive.export(Protocol$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.registry.integration.RegistryProtocol.doLocalExport(RegistryProtocol.java:181) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.registry.integration.RegistryProtocol.export(RegistryProtocol.java:121) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:66) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:91) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.Protocol$Adaptive.export(Protocol$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:505) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExportUrls(ServiceConfig.java:357) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExport(ServiceConfig.java:316) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.export(ServiceConfig.java:215) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration.initProviderBean(DubboProviderAutoConfiguration.java:84) ~[dubbo-spring-boot-starter-2.0.0.jar:na]
at com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration.init(DubboProviderAutoConfiguration.java:45) ~[dubbo-spring-boot-starter-2.0.0.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_45]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:308) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
... 19 common frames omitted
Caused by: com.alibaba.dubbo.remoting.RemotingException: Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:68) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.netty.NettyServer.<init>(NettyServer.java:61) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.netty.NettyTransporter.bind(NettyTransporter.java:31) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.Transporter$Adaptive.bind(Transporter$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.Transporters.bind(Transporters.java:56) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchanger.bind(HeaderExchanger.java:42) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.exchange.Exchangers.bind(Exchangers.java:70) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.createServer(DubboProtocol.java:275) ~[dubbo-2.6.0.jar:2.6.0]
... 42 common frames omitted
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:20887
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303) ~[netty-3.2.5.Final.jar:na]
at com.alibaba.dubbo.remoting.transport.netty.NettyServer.doOpen(NettyServer.java:92) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:63) ~[dubbo-2.6.0.jar:2.6.0]
... 49 common frames omitted
Caused by: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_45]
at sun.nio.ch.Net.bind(Net.java:437) ~[na:1.8.0_45]
at sun.nio.ch.Net.bind(Net.java:429) ~[na:1.8.0_45]
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[na:1.8.0_45]
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.8.0_45]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:148) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.Channels.bind(Channels.java:468) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:192) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:348) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:176) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannel.<init>(NioServerSocketChannel.java:85) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:282) ~[netty-3.2.5.Final.jar:na]
... 51 common frames omitted
2019-01-16 15:20:05.654 INFO 9276 --- [ZkClient-EventThread-35-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 15:20:05.674 INFO 9276 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c330031
2019-01-16 15:20:05.674 INFO 9276 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c330031 closed
2019-01-16 15:27:59.803 INFO 8436 --- [main] c.stylefeng.guns.rest.AlipayApplication : Starting AlipayApplication on liujiangfeng-PC with PID 8436 (E:\projects\dubbo-springboot\guns\guns-alipay\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:27:59.805 DEBUG 8436 --- [main] c.stylefeng.guns.rest.AlipayApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:27:59.806 INFO 8436 --- [main] c.stylefeng.guns.rest.AlipayApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:27:59.853 INFO 8436 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3e694b3f: startup date [Wed Jan 16 15:27:59 CST 2019]; root of context hierarchy
2019-01-16 15:28:00.255 WARN 8436 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest.*.dao, com.stylefeng.guns.rest.common.persistence.dao]' package. Please check your configuration.
2019-01-16 15:28:00.361 WARN 8436 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest]' package. Please check your configuration.
2019-01-16 15:28:00.365 INFO 8436 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:28:00.366 INFO 8436 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:28:00.366 INFO 8436 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:28:00.369 WARN 8436 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:28:00.759 INFO 8436 --- [main] trationDelegate$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)
2019-01-16 15:28:00.765 INFO 8436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$70cc5e82] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:28:00.804 INFO 8436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:28:00.805 INFO 8436 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$aae6f7a4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:28:00.977 INFO 8436 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8087 (http)
2019-01-16 15:28:00.993 INFO 8436 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:28:00.993 INFO 8436 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:28:00.996 INFO 8436 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:28:01.060 INFO 8436 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:28:01.060 INFO 8436 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1207 ms
2019-01-16 15:28:01.625 INFO 8436 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:28:01.628 INFO 8436 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:28:01.628 INFO 8436 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:28:01.628 INFO 8436 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:28:01.628 INFO 8436 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:28:01.628 INFO 8436 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:28:01.629 INFO 8436 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:28:01.767 INFO 8436 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 15:28:01.767 INFO 8436 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 15:28:01.918 INFO 8436 --- [ZkClient-EventThread-35-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:28:01.921 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:28:01.921 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:28:01.921 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:28:01.921 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:28:01.921 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:28:01.921 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:28:01.922 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:28:01.922 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:28:01.922 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:28:01.922 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:28:01.922 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:28:01.922 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:28:01.922 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:28:01.922 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:28:01.922 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:28:01.923 INFO 8436 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@5eb37db9
2019-01-16 15:28:01.937 INFO 8436 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:28:01.940 INFO 8436 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:28:01.941 INFO 8436 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:28:01.974 INFO 8436 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330032, negotiated timeout = 30000
2019-01-16 15:28:01.976 INFO 8436 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:28:02.359 INFO 8436 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3e694b3f: startup date [Wed Jan 16 15:27:59 CST 2019]; root of context hierarchy
2019-01-16 15:28:02.412 INFO 8436 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:28:02.434 INFO 8436 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/auth]}" onto public org.springframework.http.ResponseEntity<?> com.stylefeng.guns.rest.modular.auth.controller.AuthController.createAuthenticationToken(com.stylefeng.guns.rest.modular.auth.controller.dto.AuthRequest)
2019-01-16 15:28:02.435 INFO 8436 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 15:28:02.435 INFO 8436 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 15:28:02.436 INFO 8436 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 15:28:02.437 INFO 8436 --- [main] s.w.s.m.m.a.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)
2019-01-16 15:28:02.460 INFO 8436 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:28:02.460 INFO 8436 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:28:02.473 INFO 8436 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 15:28:02.630 WARN 8436 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration': Invocation of init method failed; nested exception is com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=8436&side=provider×tamp=1547623682523) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
2019-01-16 15:28:02.633 INFO 8436 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-01-16 15:28:02.651 INFO 8436 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-01-16 15:28:02.660 ERROR 8436 --- [main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration': Invocation of init method failed; nested exception is com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=8436&side=provider×tamp=1547623682523) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:138) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:422) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1694) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:579) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:501) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$$Lambda$114/1473771722.getObject(Unknown Source) ~[na:na]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.1.RELEASE.jar:2.0.1.RELEASE]
at com.stylefeng.guns.rest.AlipayApplication.main(AlipayApplication.java:12) [classes/:na]
Caused by: com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://10.0.6.46:20887/com.stylefeng.guns.api.alipay.AliPayServiceAPI?accepts=10&anyhost=true&application=meeting-cinema&bind.ip=10.0.6.46&bind.port=20887&channel.readonly.sent=true&codec=dubbo&dubbo=2.6.0&generic=false&heartbeat=60000&interface=com.stylefeng.guns.api.alipay.AliPayServiceAPI&methods=getOrderStatus,getQRCode&pid=8436&side=provider×tamp=1547623682523) Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.createServer(DubboProtocol.java:277) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.openServer(DubboProtocol.java:254) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.export(DubboProtocol.java:241) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:93) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:68) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.Protocol$Adaptive.export(Protocol$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.registry.integration.RegistryProtocol.doLocalExport(RegistryProtocol.java:181) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.registry.integration.RegistryProtocol.export(RegistryProtocol.java:121) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:91) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:66) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.Protocol$Adaptive.export(Protocol$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:505) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExportUrls(ServiceConfig.java:357) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.doExport(ServiceConfig.java:316) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.config.ServiceConfig.export(ServiceConfig.java:215) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration.initProviderBean(DubboProviderAutoConfiguration.java:84) ~[dubbo-spring-boot-starter-2.0.0.jar:na]
at com.alibaba.dubbo.spring.boot.DubboProviderAutoConfiguration.init(DubboProviderAutoConfiguration.java:45) ~[dubbo-spring-boot-starter-2.0.0.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_45]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:308) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135) ~[spring-beans-5.0.5.RELEASE.jar:5.0.5.RELEASE]
... 19 common frames omitted
Caused by: com.alibaba.dubbo.remoting.RemotingException: Failed to bind NettyServer on /10.0.6.46:20887, cause: Failed to bind to: /0.0.0.0:20887
at com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:68) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.netty.NettyServer.<init>(NettyServer.java:61) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.netty.NettyTransporter.bind(NettyTransporter.java:31) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.Transporter$Adaptive.bind(Transporter$Adaptive.java) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.Transporters.bind(Transporters.java:56) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchanger.bind(HeaderExchanger.java:42) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.exchange.Exchangers.bind(Exchangers.java:70) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.createServer(DubboProtocol.java:275) ~[dubbo-2.6.0.jar:2.6.0]
... 42 common frames omitted
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:20887
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303) ~[netty-3.2.5.Final.jar:na]
at com.alibaba.dubbo.remoting.transport.netty.NettyServer.doOpen(NettyServer.java:92) ~[dubbo-2.6.0.jar:2.6.0]
at com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:63) ~[dubbo-2.6.0.jar:2.6.0]
... 49 common frames omitted
Caused by: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method) ~[na:1.8.0_45]
at sun.nio.ch.Net.bind(Net.java:437) ~[na:1.8.0_45]
at sun.nio.ch.Net.bind(Net.java:429) ~[na:1.8.0_45]
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[na:1.8.0_45]
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.8.0_45]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:148) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.Channels.bind(Channels.java:468) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:192) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:348) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:176) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannel.<init>(NioServerSocketChannel.java:85) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90) ~[netty-3.2.5.Final.jar:na]
at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:282) ~[netty-3.2.5.Final.jar:na]
... 51 common frames omitted
2019-01-16 15:28:02.666 INFO 8436 --- [ZkClient-EventThread-35-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Terminate ZkClient event thread.
2019-01-16 15:28:02.681 INFO 8436 --- [DubboShutdownHook] org.apache.zookeeper.ZooKeeper : Session: 0x16855235c330032 closed
2019-01-16 15:28:02.681 INFO 8436 --- [DubboZkclientConnector-EventThread] org.apache.zookeeper.ClientCnxn : EventThread shut down for session: 0x16855235c330032
2019-01-16 15:35:11.897 INFO 10800 --- [main] c.stylefeng.guns.rest.AlipayApplication : Starting AlipayApplication on liujiangfeng-PC with PID 10800 (E:\projects\dubbo-springboot\guns\guns-alipay\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:35:11.900 DEBUG 10800 --- [main] c.stylefeng.guns.rest.AlipayApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:35:11.901 INFO 10800 --- [main] c.stylefeng.guns.rest.AlipayApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:35:11.937 INFO 10800 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5674e1f2: startup date [Wed Jan 16 15:35:11 CST 2019]; root of context hierarchy
2019-01-16 15:35:12.433 WARN 10800 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest.*.dao, com.stylefeng.guns.rest.common.persistence.dao]' package. Please check your configuration.
2019-01-16 15:35:12.550 WARN 10800 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest]' package. Please check your configuration.
2019-01-16 15:35:12.553 INFO 10800 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:35:12.554 INFO 10800 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:35:12.554 INFO 10800 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:35:12.557 WARN 10800 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:35:13.036 INFO 10800 --- [main] trationDelegate$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)
2019-01-16 15:35:13.043 INFO 10800 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e8cdf4a2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:35:13.091 INFO 10800 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:35:13.093 INFO 10800 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$22e88dc4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:35:13.308 INFO 10800 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8088 (http)
2019-01-16 15:35:13.327 INFO 10800 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:35:13.327 INFO 10800 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:35:13.331 INFO 10800 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:35:13.409 INFO 10800 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:35:13.409 INFO 10800 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1472 ms
2019-01-16 15:35:14.152 INFO 10800 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:35:14.156 INFO 10800 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:35:14.157 INFO 10800 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:35:14.157 INFO 10800 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:35:14.157 INFO 10800 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:35:14.157 INFO 10800 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:35:14.157 INFO 10800 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:35:14.339 INFO 10800 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 15:35:14.340 INFO 10800 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 15:35:14.519 INFO 10800 --- [ZkClient-EventThread-38-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:35:14.522 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:35:14.522 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:35:14.522 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:35:14.522 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:35:14.522 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:35:14.522 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:35:14.524 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:35:14.524 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:35:14.524 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:35:14.524 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:35:14.524 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:35:14.524 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:35:14.524 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:35:14.524 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:35:14.524 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:35:14.525 INFO 10800 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@618ab8c4
2019-01-16 15:35:14.541 INFO 10800 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:35:14.543 INFO 10800 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:35:14.545 INFO 10800 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:35:14.605 INFO 10800 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330033, negotiated timeout = 30000
2019-01-16 15:35:14.611 INFO 10800 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:35:15.103 INFO 10800 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5674e1f2: startup date [Wed Jan 16 15:35:11 CST 2019]; root of context hierarchy
2019-01-16 15:35:15.178 INFO 10800 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:35:15.209 INFO 10800 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/auth]}" onto public org.springframework.http.ResponseEntity<?> com.stylefeng.guns.rest.modular.auth.controller.AuthController.createAuthenticationToken(com.stylefeng.guns.rest.modular.auth.controller.dto.AuthRequest)
2019-01-16 15:35:15.210 INFO 10800 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 15:35:15.210 INFO 10800 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 15:35:15.212 INFO 10800 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 15:35:15.212 INFO 10800 --- [main] s.w.s.m.m.a.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)
2019-01-16 15:35:15.244 INFO 10800 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:35:15.244 INFO 10800 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:35:15.264 INFO 10800 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 15:35:15.808 INFO 10800 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 15:35:16.182 INFO 10800 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 15:35:16.195 INFO 10800 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:35:16.196 INFO 10800 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:35:16.196 INFO 10800 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 15:35:16.252 INFO 10800 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 15:35:16.254 INFO 10800 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 15:35:16.260 INFO 10800 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 15:35:16.303 INFO 10800 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8088 (http) with context path ''
2019-01-16 15:35:16.307 INFO 10800 --- [main] c.stylefeng.guns.rest.AlipayApplication : Started AlipayApplication in 4.92 seconds (JVM running for 5.719)
2019-01-16 15:36:43.836 INFO 10164 --- [main] c.stylefeng.guns.rest.AlipayApplication : Starting AlipayApplication on liujiangfeng-PC with PID 10164 (E:\projects\dubbo-springboot\guns\guns-alipay\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:36:43.838 DEBUG 10164 --- [main] c.stylefeng.guns.rest.AlipayApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:36:43.839 INFO 10164 --- [main] c.stylefeng.guns.rest.AlipayApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:36:43.876 INFO 10164 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@c055c54: startup date [Wed Jan 16 15:36:43 CST 2019]; root of context hierarchy
2019-01-16 15:36:44.403 WARN 10164 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest.*.dao, com.stylefeng.guns.rest.common.persistence.dao]' package. Please check your configuration.
2019-01-16 15:36:44.520 WARN 10164 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest]' package. Please check your configuration.
2019-01-16 15:36:44.523 INFO 10164 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:36:44.524 INFO 10164 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:36:44.524 INFO 10164 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:36:44.527 WARN 10164 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:36:44.971 INFO 10164 --- [main] trationDelegate$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)
2019-01-16 15:36:44.978 INFO 10164 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4c85855] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:36:45.027 INFO 10164 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:36:45.028 INFO 10164 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$3ee2f177] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:36:45.259 INFO 10164 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8088 (http)
2019-01-16 15:36:45.278 INFO 10164 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:36:45.278 INFO 10164 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:36:45.282 INFO 10164 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:36:45.358 INFO 10164 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:36:45.358 INFO 10164 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1482 ms
2019-01-16 15:36:46.146 INFO 10164 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:36:46.151 INFO 10164 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:36:46.151 INFO 10164 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:36:46.151 INFO 10164 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:36:46.151 INFO 10164 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:36:46.151 INFO 10164 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:36:46.152 INFO 10164 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:36:46.235 INFO 10164 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 15:36:46.236 INFO 10164 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 15:36:46.414 INFO 10164 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:36:46.417 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:36:46.417 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:36:46.417 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:36:46.417 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:36:46.417 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:36:46.417 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:36:46.418 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:36:46.418 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:36:46.418 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:36:46.418 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:36:46.418 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:36:46.418 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:36:46.418 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:36:46.418 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:36:46.418 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:36:46.419 INFO 10164 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@6adcbe84
2019-01-16 15:36:46.438 INFO 10164 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:36:46.441 INFO 10164 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:36:46.444 INFO 10164 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
2019-01-16 15:36:46.492 INFO 10164 --- [DubboZkclientConnector-SendThread(127.0.0.1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x16855235c330034, negotiated timeout = 30000
2019-01-16 15:36:46.495 INFO 10164 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:36:46.957 INFO 10164 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@c055c54: startup date [Wed Jan 16 15:36:43 CST 2019]; root of context hierarchy
2019-01-16 15:36:47.029 INFO 10164 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:36:47.059 INFO 10164 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/auth]}" onto public org.springframework.http.ResponseEntity<?> com.stylefeng.guns.rest.modular.auth.controller.AuthController.createAuthenticationToken(com.stylefeng.guns.rest.modular.auth.controller.dto.AuthRequest)
2019-01-16 15:36:47.061 INFO 10164 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 15:36:47.061 INFO 10164 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 15:36:47.063 INFO 10164 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 15:36:47.063 INFO 10164 --- [main] s.w.s.m.m.a.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)
2019-01-16 15:36:47.094 INFO 10164 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:36:47.094 INFO 10164 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:36:47.113 INFO 10164 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 15:36:47.637 INFO 10164 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 15:36:47.999 INFO 10164 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 15:36:48.011 INFO 10164 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:36:48.012 INFO 10164 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:36:48.013 INFO 10164 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 15:36:48.065 INFO 10164 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 15:36:48.066 INFO 10164 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 15:36:48.073 INFO 10164 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 15:36:48.104 INFO 10164 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8088 (http) with context path ''
2019-01-16 15:36:48.107 INFO 10164 --- [main] c.stylefeng.guns.rest.AlipayApplication : Started AlipayApplication in 4.856 seconds (JVM running for 5.66)
2019-01-16 15:37:41.641 INFO 9640 --- [main] c.stylefeng.guns.rest.AlipayApplication : Starting AlipayApplication on liujiangfeng-PC with PID 9640 (E:\projects\dubbo-springboot\guns\guns-alipay\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:37:41.643 DEBUG 9640 --- [main] c.stylefeng.guns.rest.AlipayApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:37:41.645 INFO 9640 --- [main] c.stylefeng.guns.rest.AlipayApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:37:41.684 INFO 9640 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5bf0d49: startup date [Wed Jan 16 15:37:41 CST 2019]; root of context hierarchy
2019-01-16 15:37:42.235 WARN 9640 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest.*.dao, com.stylefeng.guns.rest.common.persistence.dao]' package. Please check your configuration.
2019-01-16 15:37:42.331 WARN 9640 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest]' package. Please check your configuration.
2019-01-16 15:37:42.335 INFO 9640 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:37:42.336 INFO 9640 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:37:42.336 INFO 9640 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:37:42.339 WARN 9640 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:37:42.722 INFO 9640 --- [main] trationDelegate$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)
2019-01-16 15:37:42.728 INFO 9640 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f01b20ea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:37:42.768 INFO 9640 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:37:42.769 INFO 9640 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$2a35ba0c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:37:42.947 INFO 9640 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8088 (http)
2019-01-16 15:37:42.962 INFO 9640 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:37:42.963 INFO 9640 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:37:42.967 INFO 9640 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:37:43.041 INFO 9640 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:37:43.041 INFO 9640 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1357 ms
2019-01-16 15:37:43.731 INFO 9640 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:37:43.734 INFO 9640 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:37:43.735 INFO 9640 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:37:43.735 INFO 9640 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:37:43.735 INFO 9640 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:37:43.735 INFO 9640 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:37:43.735 INFO 9640 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:37:43.801 INFO 9640 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 15:37:43.801 INFO 9640 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 15:37:43.951 INFO 9640 --- [ZkClient-EventThread-35-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:37:43.954 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:37:43.954 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:37:43.954 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:37:43.954 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:37:43.954 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:37:43.954 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:37:43.959 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:37:43.959 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:37:43.959 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:37:43.959 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:37:43.959 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:37:43.959 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:37:43.959 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:37:43.959 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:37:43.959 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:37:43.960 INFO 9640 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@71b9c0b6
2019-01-16 15:37:43.975 INFO 9640 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:37:43.977 INFO 9640 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:37:43.979 INFO 9640 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 15:37:44.004 INFO 9640 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c330035, negotiated timeout = 30000
2019-01-16 15:37:44.006 INFO 9640 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:37:44.401 INFO 9640 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5bf0d49: startup date [Wed Jan 16 15:37:41 CST 2019]; root of context hierarchy
2019-01-16 15:37:44.457 INFO 9640 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:37:44.481 INFO 9640 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/auth]}" onto public org.springframework.http.ResponseEntity<?> com.stylefeng.guns.rest.modular.auth.controller.AuthController.createAuthenticationToken(com.stylefeng.guns.rest.modular.auth.controller.dto.AuthRequest)
2019-01-16 15:37:44.483 INFO 9640 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 15:37:44.483 INFO 9640 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 15:37:44.484 INFO 9640 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 15:37:44.485 INFO 9640 --- [main] s.w.s.m.m.a.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)
2019-01-16 15:37:44.509 INFO 9640 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:37:44.509 INFO 9640 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:37:44.522 INFO 9640 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 15:37:44.924 INFO 9640 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 15:37:45.200 INFO 9640 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 15:37:45.208 INFO 9640 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:37:45.209 INFO 9640 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:37:45.209 INFO 9640 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 15:37:45.251 INFO 9640 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 15:37:45.252 INFO 9640 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 15:37:45.257 INFO 9640 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 15:37:45.285 INFO 9640 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8088 (http) with context path ''
2019-01-16 15:37:45.287 INFO 9640 --- [main] c.stylefeng.guns.rest.AlipayApplication : Started AlipayApplication in 4.107 seconds (JVM running for 4.681)
2019-01-16 15:39:27.140 INFO 1996 --- [main] c.stylefeng.guns.rest.AlipayApplication : Starting AlipayApplication on liujiangfeng-PC with PID 1996 (E:\projects\dubbo-springboot\guns\guns-alipay\target\classes started by liujiangfeng in E:\projects\dubbo-springboot)
2019-01-16 15:39:27.145 DEBUG 1996 --- [main] c.stylefeng.guns.rest.AlipayApplication : Running with Spring Boot v2.0.1.RELEASE, Spring v5.0.5.RELEASE
2019-01-16 15:39:27.146 INFO 1996 --- [main] c.stylefeng.guns.rest.AlipayApplication : No active profile set, falling back to default profiles: default
2019-01-16 15:39:27.214 INFO 1996 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2c4d1ac: startup date [Wed Jan 16 15:39:27 CST 2019]; root of context hierarchy
2019-01-16 15:39:27.761 WARN 1996 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest.*.dao, com.stylefeng.guns.rest.common.persistence.dao]' package. Please check your configuration.
2019-01-16 15:39:27.873 WARN 1996 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.rest]' package. Please check your configuration.
2019-01-16 15:39:27.877 INFO 1996 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'error' 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.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=defaultErrorView; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.DefaultWebConfig; factoryMethodName=error; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/DefaultWebConfig.class]]
2019-01-16 15:39:27.879 INFO 1996 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' 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.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:39:27.879 INFO 1996 --- [main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'paginationInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisPlusConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/rest/config/MybatisPlusConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.stylefeng.guns.core.config.SingleDataSourceConfig; factoryMethodName=paginationInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/stylefeng/guns/core/config/SingleDataSourceConfig.class]]
2019-01-16 15:39:27.882 WARN 1996 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.stylefeng.guns.modular.*.dao]' package. Please check your configuration.
2019-01-16 15:39:28.336 INFO 1996 --- [main] trationDelegate$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)
2019-01-16 15:39:28.345 INFO 1996 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$e711e67] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:39:28.393 INFO 1996 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.dubbo-com.alibaba.dubbo.spring.boot.DubboProperties' of type [com.alibaba.dubbo.spring.boot.DubboProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:39:28.394 INFO 1996 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration' of type [com.alibaba.dubbo.spring.boot.DubboConsumerAutoConfiguration$$EnhancerBySpringCGLIB$$488bb789] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-16 15:39:28.622 INFO 1996 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8088 (http)
2019-01-16 15:39:28.640 INFO 1996 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-16 15:39:28.640 INFO 1996 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.29
2019-01-16 15:39:28.644 INFO 1996 --- [localhost-startStop-1] 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\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.]
2019-01-16 15:39:28.716 INFO 1996 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-16 15:39:28.717 INFO 1996 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1503 ms
2019-01-16 15:39:29.522 INFO 1996 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-01-16 15:39:29.526 INFO 1996 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-01-16 15:39:29.526 INFO 1996 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2019-01-16 15:39:29.526 INFO 1996 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2019-01-16 15:39:29.526 INFO 1996 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-01-16 15:39:29.527 INFO 1996 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*]
2019-01-16 15:39:29.527 INFO 1996 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*]
2019-01-16 15:39:29.612 INFO 1996 --- [main] c.s.g.r.modular.alipay.config.Configs : 配置文件名: zfbinfo.properties
2019-01-16 15:39:29.612 INFO 1996 --- [main] c.s.g.r.modular.alipay.config.Configs : Configs{支付宝openapi网关: https://openapi.alipaydev.com/gateway.do
, 支付宝mcloudapi网关域名: http://mcloudmonitor.com/gateway.do
, pid: 2088102174764996
, appid: 2016090900468078
, 商户RSA私钥: MIIEvw******8+zA==
, 商户RSA公钥: MIIBIj******IDAQAB
, 支付宝RSA公钥: MIIBIj******IDAQAB
, 签名类型: RSA2
, 查询重试次数: 5
, 查询间隔(毫秒): 5000
, 撤销尝试次数: 3
, 撤销重试间隔(毫秒): 2000
, 交易保障调度延迟(秒): 5
, 交易保障调度间隔(秒): 900
}
2019-01-16 15:39:29.782 INFO 1996 --- [ZkClient-EventThread-37-localhost:2181] org.I0Itec.zkclient.ZkEventThread : Starting ZkClient event thread.
2019-01-16 15:39:29.785 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
2019-01-16 15:39:29.786 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:host.name=liujiangfeng-PC
2019-01-16 15:39:29.786 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.version=1.8.0_45
2019-01-16 15:39:29.786 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.vendor=Oracle Corporation
2019-01-16 15:39:29.786 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.home=C:\Program Files\Java\jdk1.8.0_45\jre
2019-01-16 15:39:29.786 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.class.path=C:\Program Files\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\projects\dubbo-springboot\guns\guns-alipay\target\classes;E:\repository\com\alipay\sdk\alipay-sdk-java\3.0.0\alipay-sdk-java-3.0.0.jar;E:\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\repository\commons-configuration\commons-configuration\1.10\commons-configuration-1.10.jar;E:\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;E:\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;E:\repository\com\google\code\gson\gson\2.8.5\gson-2.8.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-web\2.0.1.RELEASE\spring-boot-starter-web-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter\2.0.1.RELEASE\spring-boot-starter-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot\2.0.1.RELEASE\spring-boot-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-autoconfigure\2.0.1.RELEASE\spring-boot-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-starter-logging\2.0.1.RELEASE\spring-boot-starter-logging-2.0.1.RELEASE.jar;E:\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;E:\repository\ch\qos\logback\logback-core\1.2.3\logback-core-1.2.3.jar;E:\repository\org\apache\logging\log4j\log4j-to-slf4j\2.10.0\log4j-to-slf4j-2.10.0.jar;E:\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;E:\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;E:\repository\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\repository\org\yaml\snakeyaml\1.19\snakeyaml-1.19.jar;E:\repository\org\springframework\boot\spring-boot-starter-json\2.0.1.RELEASE\spring-boot-starter-json-2.0.1.RELEASE.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.9.5\jackson-datatype-jdk8-2.9.5.jar;E:\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.9.5\jackson-datatype-jsr310-2.9.5.jar;E:\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.9.5\jackson-module-parameter-names-2.9.5.jar;E:\repository\org\springframework\boot\spring-boot-starter-tomcat\2.0.1.RELEASE\spring-boot-starter-tomcat-2.0.1.RELEASE.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.29\tomcat-embed-core-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.29\tomcat-embed-el-8.5.29.jar;E:\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.29\tomcat-embed-websocket-8.5.29.jar;E:\repository\org\hibernate\validator\hibernate-validator\6.0.9.Final\hibernate-validator-6.0.9.Final.jar;E:\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;E:\repository\org\jboss\logging\jboss-logging\3.3.2.Final\jboss-logging-3.3.2.Final.jar;E:\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;E:\repository\org\springframework\spring-web\5.0.5.RELEASE\spring-web-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-beans\5.0.5.RELEASE\spring-beans-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-webmvc\5.0.5.RELEASE\spring-webmvc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-aop\5.0.5.RELEASE\spring-aop-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-context\5.0.5.RELEASE\spring-context-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-expression\5.0.5.RELEASE\spring-expression-5.0.5.RELEASE.jar;E:\repository\com\alibaba\spring\boot\dubbo-spring-boot-starter\2.0.0\dubbo-spring-boot-starter-2.0.0.jar;E:\repository\com\alibaba\dubbo\2.6.0\dubbo-2.6.0.jar;E:\repository\org\javassist\javassist\3.20.0-GA\javassist-3.20.0-GA.jar;E:\repository\org\jboss\netty\netty\3.2.5.Final\netty-3.2.5.Final.jar;E:\repository\org\springframework\boot\spring-boot-starter-actuator\2.0.1.RELEASE\spring-boot-starter-actuator-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator-autoconfigure\2.0.1.RELEASE\spring-boot-actuator-autoconfigure-2.0.1.RELEASE.jar;E:\repository\org\springframework\boot\spring-boot-actuator\2.0.1.RELEASE\spring-boot-actuator-2.0.1.RELEASE.jar;E:\repository\io\micrometer\micrometer-core\1.0.3\micrometer-core-1.0.3.jar;E:\repository\org\hdrhistogram\HdrHistogram\2.1.10\HdrHistogram-2.1.10.jar;E:\repository\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\repository\org\springframework\spring-core\5.0.5.RELEASE\spring-core-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-jcl\5.0.5.RELEASE\spring-jcl-5.0.5.RELEASE.jar;E:\repository\io\jsonwebtoken\jjwt\0.9.0\jjwt-0.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-databind\2.9.5\jackson-databind-2.9.5.jar;E:\repository\com\fasterxml\jackson\core\jackson-annotations\2.9.0\jackson-annotations-2.9.0.jar;E:\repository\com\fasterxml\jackson\core\jackson-core\2.9.5\jackson-core-2.9.5.jar;E:\repository\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\projects\dubbo-springboot\guns\guns-core\target\classes;E:\repository\com\baomidou\mybatisplus-spring-boot-starter\1.0.5\mybatisplus-spring-boot-starter-1.0.5.jar;E:\repository\org\springframework\boot\spring-boot-configuration-processor\2.0.1.RELEASE\spring-boot-configuration-processor-2.0.1.RELEASE.jar;E:\repository\com\baomidou\mybatis-plus\2.3\mybatis-plus-2.3.jar;E:\repository\com\baomidou\mybatis-plus-core\2.3\mybatis-plus-core-2.3.jar;E:\repository\com\github\jsqlparser\jsqlparser\1.1\jsqlparser-1.1.jar;E:\repository\org\mybatis\mybatis-spring\1.3.2\mybatis-spring-1.3.2.jar;E:\repository\org\mybatis\mybatis\3.4.6\mybatis-3.4.6.jar;E:\repository\com\baomidou\mybatis-plus-generate\2.3\mybatis-plus-generate-2.3.jar;E:\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;E:\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;E:\repository\mysql\mysql-connector-java\8.0.11\mysql-connector-java-8.0.11.jar;E:\repository\com\google\protobuf\protobuf-java\2.6.0\protobuf-java-2.6.0.jar;E:\repository\org\springframework\boot\spring-boot-starter-jdbc\2.0.1.RELEASE\spring-boot-starter-jdbc-2.0.1.RELEASE.jar;E:\repository\com\zaxxer\HikariCP\2.7.8\HikariCP-2.7.8.jar;E:\repository\org\springframework\spring-jdbc\5.0.5.RELEASE\spring-jdbc-5.0.5.RELEASE.jar;E:\repository\org\springframework\spring-tx\5.0.5.RELEASE\spring-tx-5.0.5.RELEASE.jar;E:\repository\com\alibaba\druid\1.1.10\druid-1.1.10.jar;E:\repository\com\alibaba\fastjson\1.2.47\fastjson-1.2.47.jar;E:\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;E:\projects\dubbo-springboot\guns\guns-api\target\classes;E:\repository\com\baomidou\mybatis-plus-support\2.3.3\mybatis-plus-support-2.3.3.jar;E:\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;E:\repository\com\101tec\zkclient\0.10\zkclient-0.10.jar;E:\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;E:\repository\org\apache\zookeeper\zookeeper\3.4.8\zookeeper-3.4.8.jar;E:\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;E:\repository\jline\jline\0.9.94\jline-0.9.94.jar;E:\repository\io\netty\netty\3.7.0.Final\netty-3.7.0.Final.jar;E:\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2017.2\lib\idea_rt.jar
2019-01-16 15:39:29.787 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.library.path=C:\Program Files\Java\jdk1.8.0_45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Java\jdk1.8.0_45\bin;D:\Git\Git\cmd;C:\Program Files\TortoiseSVN\bin;E:\apache-maven-3.3.9\bin;%DERBY_HOME%\bin;C:\Program Files\TortoiseGit\bin;C:\Program Files\nodejs\;$HADOOP_HOME\bin;C:\Users\liujiangfeng\AppData\Roaming\npm;C:\Program Files\Java\jdk1.8.0_45\bin;C:\Program Files\Java\jdk1.8.0_45\jre\bin;E:\kettle\kettle_pdi-ce-8.1.0.0-365;.
2019-01-16 15:39:29.787 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.io.tmpdir=C:\Users\LIUJIA~1\AppData\Local\Temp\
2019-01-16 15:39:29.787 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:java.compiler=<NA>
2019-01-16 15:39:29.787 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.name=Windows 7
2019-01-16 15:39:29.787 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.arch=amd64
2019-01-16 15:39:29.787 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:os.version=6.1
2019-01-16 15:39:29.787 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.name=liujiangfeng
2019-01-16 15:39:29.787 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.home=C:\Users\liujiangfeng
2019-01-16 15:39:29.787 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Client environment:user.dir=E:\projects\dubbo-springboot
2019-01-16 15:39:29.788 INFO 1996 --- [DubboZkclientConnector] org.apache.zookeeper.ZooKeeper : Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.I0Itec.zkclient.ZkClient@1adeb03f
2019-01-16 15:39:29.804 INFO 1996 --- [DubboZkclientConnector] org.I0Itec.zkclient.ZkClient : Waiting for keeper state SyncConnected
2019-01-16 15:39:29.806 INFO 1996 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Opening socket connection to server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181. Will not attempt to authenticate using SASL (unknown error)
2019-01-16 15:39:29.808 INFO 1996 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Socket connection established to 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, initiating session
2019-01-16 15:39:29.833 INFO 1996 --- [DubboZkclientConnector-SendThread(0:0:0:0:0:0:0:1:2181)] org.apache.zookeeper.ClientCnxn : Session establishment complete on server 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1:2181, sessionid = 0x16855235c330036, negotiated timeout = 30000
2019-01-16 15:39:29.835 INFO 1996 --- [DubboZkclientConnector-EventThread] org.I0Itec.zkclient.ZkClient : zookeeper state changed (SyncConnected)
2019-01-16 15:39:30.284 INFO 1996 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2c4d1ac: startup date [Wed Jan 16 15:39:27 CST 2019]; root of context hierarchy
2019-01-16 15:39:30.358 INFO 1996 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:39:30.389 INFO 1996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/auth]}" onto public org.springframework.http.ResponseEntity<?> com.stylefeng.guns.rest.modular.auth.controller.AuthController.createAuthenticationToken(com.stylefeng.guns.rest.modular.auth.controller.dto.AuthRequest)
2019-01-16 15:39:30.390 INFO 1996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/sessionError]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPageInfo(org.springframework.ui.Model)
2019-01-16 15:39:30.390 INFO 1996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/global/error]}" onto public java.lang.String com.stylefeng.guns.core.base.controller.GlobalController.errorPage()
2019-01-16 15:39:30.392 INFO 1996 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2019-01-16 15:39:30.393 INFO 1996 --- [main] s.w.s.m.m.a.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)
2019-01-16 15:39:30.423 INFO 1996 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:39:30.424 INFO 1996 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-01-16 15:39:30.442 INFO 1996 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
2019-01-16 15:39:30.950 INFO 1996 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2019-01-16 15:39:31.312 INFO 1996 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-16 15:39:31.323 INFO 1996 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:39:31.324 INFO 1996 --- [main] s.b.a.e.w.s.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<java.lang.String, java.lang.String>)
2019-01-16 15:39:31.324 INFO 1996 --- [main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-01-16 15:39:31.376 INFO 1996 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-01-16 15:39:31.377 INFO 1996 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-01-16 15:39:31.384 INFO 1996 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource]
2019-01-16 15:39:31.414 INFO 1996 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8088 (http) with context path ''
2019-01-16 15:39:31.418 INFO 1996 --- [main] c.stylefeng.guns.rest.AlipayApplication : Started AlipayApplication in 4.878 seconds (JVM running for 5.671)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。