You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/01/04 07:11:16 UTC

[GitHub] sxcooler commented on issue #1039: springboot2相关starter目前是否可用?

sxcooler commented on issue #1039: springboot2相关starter目前是否可用?
URL: https://github.com/apache/servicecomb-java-chassis/issues/1039#issuecomment-451367971
 
 
   抱歉,作为一个新手我确实解决不了这个问题,又尝试了一下springboot1.5.18(java-chassis的archetype用的是1.5.12,应该比较接近),会遇到如下问题:
   ```
   /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:60697,suspend=y,server=n -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=60696 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=127.0.0.1 -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -javaagent:/Users/sxc/Library/Caches/IntelliJIdea2018.3/captureAgent/debugger-agent.jar -Dfile.encoding=UTF-8 -classpath "/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/tools.jar:/Users/sxc/work/sb1-demo/target/classes:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-cache/1.5.18.RELEASE/spring-boot-starter-cache-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-context/4.3.16.RELEASE/spring-context-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-aop/4.3.16.RELEASE/spring-aop-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-beans/4.3.16.RELEASE/spring-beans-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-expression/4.3.16.RELEASE/spring-expression-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-context-support/4.3.16.RELEASE/spring-context-support-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-data-mongodb/1.5.18.RELEASE/spring-boot-starter-data-mongodb-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/org/mongodb/mongodb-driver/3.4.3/mongodb-driver-3.4.3.jar:/Users/sxc/.m2/repository/org/mongodb/mongodb-driver-core/3.4.3/mongodb-driver-core-3.4.3.jar:/Users/sxc/.m2/repository/org/mongodb/bson/3.4.3/bson-3.4.3.jar:/Users/sxc/.m2/repository/org/springframework/data/spring-data-mongodb/1.10.11.RELEASE/spring-data-mongodb-1.10.11.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-tx/4.3.16.RELEASE/spring-tx-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/data/spring-data-commons/1.13.11.RELEASE/spring-data-commons-1.13.11.RELEASE.jar:/Users/sxc/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar:/Users/sxc/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-data-redis/1.5.18.RELEASE/spring-boot-starter-data-redis-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/data/spring-data-redis/1.8.11.RELEASE/spring-data-redis-1.8.11.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/data/spring-data-keyvalue/1.2.11.RELEASE/spring-data-keyvalue-1.2.11.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-oxm/4.3.16.RELEASE/spring-oxm-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/redis/clients/jedis/2.9.0/jedis-2.9.0.jar:/Users/sxc/.m2/repository/org/apache/commons/commons-pool2/2.4.3/commons-pool2-2.4.3.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-freemarker/1.5.18.RELEASE/spring-boot-starter-freemarker-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.5.18.RELEASE/spring-boot-starter-web-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.5.18.RELEASE/spring-boot-starter-tomcat-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.35/tomcat-embed-core-8.5.35.jar:/Users/sxc/.m2/repository/org/apache/tomcat/tomcat-annotations-api/8.5.35/tomcat-annotations-api-8.5.35.jar:/Users/sxc/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.35/tomcat-embed-el-8.5.35.jar:/Users/sxc/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.35/tomcat-embed-websocket-8.5.35.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar:/Users/sxc/.m2/repository/org/springframework/spring-web/4.3.16.RELEASE/spring-web-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-webmvc/4.3.16.RELEASE/spring-webmvc-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/freemarker/freemarker/2.3.28/freemarker-2.3.28.jar:/Users/sxc/.m2/repository/org/mybatis/spring/boot/mybatis-spring-boot-starter/1.3.2/mybatis-spring-boot-starter-1.3.2.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.5.18.RELEASE/spring-boot-starter-jdbc-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/org/apache/tomcat/tomcat-jdbc/8.5.35/tomcat-jdbc-8.5.35.jar:/Users/sxc/.m2/repository/org/apache/tomcat/tomcat-juli/8.5.35/tomcat-juli-8.5.35.jar:/Users/sxc/.m2/repository/org/springframework/spring-jdbc/4.3.16.RELEASE/spring-jdbc-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/1.3.2/mybatis-spring-boot-autoconfigure-1.3.2.jar:/Users/sxc/.m2/repository/org/mybatis/mybatis/3.4.6/mybatis-3.4.6.jar:/Users/sxc/.m2/repository/org/mybatis/mybatis-spring/1.3.2/mybatis-spring-1.3.2.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-devtools/1.5.18.RELEASE/spring-boot-devtools-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot/1.5.18.RELEASE/spring-boot-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.5.18.RELEASE/spring-boot-autoconfigure-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/Users/sxc/.m2/repository/org/projectlombok/lombok/1.16.22/lombok-1.16.22.jar:/Users/sxc/.m2/repository/org/springframework/spring-core/4.3.21.RELEASE/spring-core-4.3.21.RELEASE.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/spring-boot-starter-provider/1.1.0/spring-boot-starter-provider-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/spring-boot-starter-servicecomb/1.1.0/spring-boot-starter-servicecomb-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.33/tomcat-embed-logging-juli-8.0.33.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/provider-springmvc/1.1.0/provider-springmvc-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/provider-rest-common/1.1.0/provider-rest-common-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-invocation-springmvc/1.1.0/swagger-invocation-springmvc-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-invocation-core/1.1.0/swagger-invocation-core-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-generator-springmvc/1.1.0/swagger-generator-springmvc-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-generator-core/1.1.0/swagger-generator-core-1.1.0.jar:/Users/sxc/.m2/repository/io/swagger/swagger-core/1.5.12/swagger-core-1.5.12.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.6/jackson-dataformat-yaml-2.9.6.jar:/Users/sxc/.m2/repository/io/swagger/swagger-models/1.5.12/swagger-models-1.5.12.jar:/Users/sxc/.m2/repository/io/swagger/swagger-annotations/1.5.12/swagger-annotations-1.5.12.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/provider-jaxrs/1.1.0/provider-jaxrs-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-invocation-jaxrs/1.1.0/swagger-invocation-jaxrs-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-generator-jaxrs/1.1.0/swagger-generator-jaxrs-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/provider-pojo/1.1.0/provider-pojo-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/java-chassis-core/1.1.0/java-chassis-core-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/service-registry/1.1.0/service-registry-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-config/1.1.0/foundation-config-1.1.0.jar:/Users/sxc/.m2/repository/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-codec-socks/4.1.24.Final/netty-codec-socks-4.1.24.Final.jar:/Users/sxc/.m2/repository/org/apache/commons/commons-lang3/3.6/commons-lang3-3.6.jar:/Users/sxc/.m2/repository/io/zipkin/brave/brave/4.13.1/brave-4.13.1.jar:/Users/sxc/.m2/repository/io/zipkin/zipkin2/zipkin/2.4.2/zipkin-2.4.2.jar:/Users/sxc/.m2/repository/io/zipkin/reporter2/zipkin-reporter/2.5.0/zipkin-reporter-2.5.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-bizkeeper/1.1.0/handler-bizkeeper-1.1.0.jar:/Users/sxc/.m2/repository/com/netflix/hystrix/hystrix-core/1.5.10/hystrix-core-1.5.10.jar:/Users/sxc/.m2/repository/org/hdrhistogram/HdrHistogram/2.1.9/HdrHistogram-2.1.9.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-metrics/1.1.0/foundation-metrics-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-common/1.1.0/foundation-common-1.1.0.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.6/jackson-dataformat-xml-2.9.6.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.11/jackson-module-jaxb-annotations-2.8.11.jar:/Users/sxc/.m2/repository/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar:/Users/sxc/.m2/repository/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar:/Users/sxc/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/sxc/.m2/repository/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar:/Users/sxc/.m2/repository/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar:/Users/sxc/.m2/repository/commons-codec/commons-codec/1.10/commons-codec-1.10.jar:/Users/sxc/.m2/repository/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar:/Users/sxc/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar:/Users/sxc/.m2/repository/com/netflix/spectator/spectator-reg-servo/0.71.0/spectator-reg-servo-0.71.0.jar:/Users/sxc/.m2/repository/com/netflix/spectator/spectator-api/0.71.0/spectator-api-0.71.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-loadbalance/1.1.0/handler-loadbalance-1.1.0.jar:/Users/sxc/.m2/repository/com/netflix/ribbon/ribbon/2.2.2/ribbon-2.2.2.jar:/Users/sxc/.m2/repository/com/netflix/ribbon/ribbon-transport/2.2.2/ribbon-transport-2.2.2.jar:/Users/sxc/.m2/repository/io/reactivex/rxnetty-contexts/0.4.9/rxnetty-contexts-0.4.9.jar:/Users/sxc/.m2/repository/io/reactivex/rxnetty-servo/0.4.9/rxnetty-servo-0.4.9.jar:/Users/sxc/.m2/repository/io/reactivex/rxnetty/0.4.9/rxnetty-0.4.9.jar:/Users/sxc/.m2/repository/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar:/Users/sxc/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/Users/sxc/.m2/repository/com/google/guava/guava/21.0/guava-21.0.jar:/Users/sxc/.m2/repository/com/netflix/ribbon/ribbon-loadbalancer/2.2.2/ribbon-loadbalancer-2.2.2.jar:/Users/sxc/.m2/repository/com/netflix/netflix-commons/netflix-statistics/0.1.1/netflix-statistics-0.1.1.jar:/Users/sxc/.m2/repository/com/netflix/servo/servo-core/0.10.1/servo-core-0.10.1.jar:/Users/sxc/.m2/repository/com/netflix/servo/servo-internal/0.10.1/servo-internal-0.10.1.jar:/Users/sxc/.m2/repository/com/netflix/netflix-commons/netflix-commons-util/0.1.1/netflix-commons-util-0.1.1.jar:/Users/sxc/.m2/repository/com/netflix/ribbon/ribbon-core/2.2.2/ribbon-core-2.2.2.jar:/Users/sxc/.m2/repository/com/netflix/archaius/archaius-core/0.7.3/archaius-core-0.7.3.jar:/Users/sxc/.m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar:/Users/sxc/.m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.jar:/Users/sxc/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/transport-highway/1.1.0/transport-highway-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-vertx/1.1.0/foundation-vertx-1.1.0.jar:/Users/sxc/.m2/repository/io/vertx/vertx-core/3.5.3/vertx-core-3.5.3.jar:/Users/sxc/.m2/repository/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-handler-proxy/4.1.24.Final/netty-handler-proxy-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-codec-http2/4.1.24.Final/netty-codec-http2-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-resolver-dns/4.1.24.Final/netty-resolver-dns-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-codec-dns/4.1.24.Final/netty-codec-dns-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/vertx/vertx-web/3.5.3/vertx-web-3.5.3.jar:/Users/sxc/.m2/repository/io/vertx/vertx-auth-common/3.5.3/vertx-auth-common-3.5.3.jar:/Users/sxc/.m2/repository/io/vertx/vertx-bridge-common/3.5.3/vertx-bridge-common-3.5.3.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-ssl/1.1.0/foundation-ssl-1.1.0.jar:/Users/sxc/.m2/repository/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/common-protobuf/1.1.0/common-protobuf-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/common-javassist/1.1.0/common-javassist-1.1.0.jar:/Users/sxc/.m2/repository/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-protobuf/1.1.0/foundation-protobuf-1.1.0.jar:/Users/sxc/.m2/repository/io/protostuff/protostuff-parser/2.2.25/protostuff-parser-2.2.25.jar:/Users/sxc/.m2/repository/org/antlr/antlr4/4.7/antlr4-4.7.jar:/Users/sxc/.m2/repository/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.jar:/Users/sxc/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/Users/sxc/.m2/repository/org/antlr/ST4/4.0.8/ST4-4.0.8.jar:/Users/sxc/.m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar:/Users/sxc/.m2/repository/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar:/Users/sxc/.m2/repository/com/ibm/icu/icu4j/58.2/icu4j-58.2.jar:/Users/sxc/.m2/repository/com/google/inject/guice/4.1.0/guice-4.1.0.jar:/Users/sxc/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/Users/sxc/.m2/repository/com/google/inject/extensions/guice-multibindings/4.1.0/guice-multibindings-4.1.0.jar:/Users/sxc/.m2/repository/com/google/inject/extensions/guice-assistedinject/4.1.0/guice-assistedinject-4.1.0.jar:/Users/sxc/.m2/repository/io/protostuff/protostuff-runtime/1.5.2/protostuff-runtime-1.5.2.jar:/Users/sxc/.m2/repository/io/protostuff/protostuff-api/1.5.2/protostuff-api-1.5.2.jar:/Users/sxc/.m2/repository/io/protostuff/protostuff-collectionschema/1.5.2/protostuff-collectionschema-1.5.2.jar:/Users/sxc/.m2/repository/io/protostuff/protostuff-core/1.5.2/protostuff-core-1.5.2.jar:/Users/sxc/.m2/repository/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-flowcontrol-qps/1.1.0/handler-flowcontrol-qps-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/transport-rest-vertx/1.1.0/transport-rest-vertx-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/transport-rest-client/1.1.0/transport-rest-client-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/common-rest/1.1.0/common-rest-1.1.0.jar:/Users/sxc/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar:/Users/sxc/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/Users/sxc/.m2/repository/org/springframework/spring-aspects/4.3.16.RELEASE/spring-aspects-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/aspectj/aspectjweaver/1.8.13/aspectjweaver-1.8.13.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter/1.5.18.RELEASE/spring-boot-starter-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.5.18.RELEASE/spring-boot-starter-logging-1.5.18.RELEASE.jar:/Users/sxc/.m2/repository/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.jar:/Users/sxc/.m2/repository/ch/qos/logback/logback-core/1.1.11/logback-core-1.1.11.jar:/Users/sxc/.m2/repository/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar:/Users/sxc/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.jar:/Users/sxc/.m2/repository/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar:/Users/sxc/.m2/repository/org/hibernate/hibernate-validator/5.3.6.Final/hibernate-validator-5.3.6.Final.jar:/Users/sxc/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/Users/sxc/.m2/repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar:/Users/sxc/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar" com.baolongxing.starter.demo.DemoApplication
   Connected to the target VM, address: '127.0.0.1:60697', transport: 'socket'
   14:53:36.467 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Included patterns for restart : []
   14:53:36.471 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Excluded patterns for restart : [/spring-boot-starter/target/classes/, /spring-boot-autoconfigure/target/classes/, /spring-boot-starter-[\w-]+/, /spring-boot/target/classes/, /spring-boot-actuator/target/classes/, /spring-boot-devtools/target/classes/]
   14:53:36.471 [main] DEBUG org.springframework.boot.devtools.restart.ChangeableUrls - Matching URLs for reloading : [file:/Users/sxc/work/sb1-demo/target/classes/]
   
     .   ____          _            __ _ _
    /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
   ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
    \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
     '  |____| .__|_| |_|_| |_\__, | / / / /
    =========|_|==============|___/=/_/_/_/
    :: Spring Boot ::       (v1.5.18.RELEASE)
   
   2019-01-04 14:53:36.991  INFO 28908 --- [  restartedMain] c.b.starter.demo.DemoApplication         : Starting DemoApplication on sxcdeMacBook-Pro.local with PID 28908 (/Users/sxc/work/sb1-demo/target/classes started by sxc in /Users/sxc/work/sb1-demo)
   2019-01-04 14:53:36.992  INFO 28908 --- [  restartedMain] c.b.starter.demo.DemoApplication         : No active profile set, falling back to default profiles: default
   2019-01-04 14:53:37.071  INFO 28908 --- [  restartedMain] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@58859fcd: startup date [Fri Jan 04 14:53:37 CST 2019]; root of context hierarchy
   2019-01-04 14:53:37.829  INFO 28908 --- [  restartedMain] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from URL [jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/java-chassis-core/1.1.0/java-chassis-core-1.1.0.jar!/META-INF/spring/cse.bean.xml]
   2019-01-04 14:53:38.222  INFO 28908 --- [  restartedMain] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from URL [jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-config/1.1.0/foundation-config-1.1.0.jar!/META-INF/spring/cse.bean.xml]
   2019-01-04 14:53:38.235  INFO 28908 --- [  restartedMain] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from URL [jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-bizkeeper/1.1.0/handler-bizkeeper-1.1.0.jar!/META-INF/spring/cse.bean.xml]
   2019-01-04 14:53:38.249  INFO 28908 --- [  restartedMain] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from URL [jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-loadbalance/1.1.0/handler-loadbalance-1.1.0.jar!/META-INF/spring/cse.bean.xml]
   2019-01-04 14:53:38.259  INFO 28908 --- [  restartedMain] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from URL [jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-vertx/1.1.0/foundation-vertx-1.1.0.jar!/META-INF/spring/cse.bean.xml]
   2019-01-04 14:53:38.362  WARN 28908 --- [  restartedMain] o.m.s.mapper.ClassPathMapperScanner      : No MyBatis mapper was found in '[com.baolongxing.starter.demo]' package. Please check your configuration.
   2019-01-04 14:53:38.441  INFO 28908 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
   2019-01-04 14:53:38.497  INFO 28908 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
   2019-01-04 14:53:38.946  INFO 28908 --- [  restartedMain] o.a.s.c.ConfigurationSpringInitializer   : Environment received, will get configurations from [org.springframework.core.env.StandardEnvironment@1496635497].
   2019-01-04 14:53:38.964  WARN 28908 --- [  restartedMain] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.
   2019-01-04 14:53:38.965  INFO 28908 --- [  restartedMain] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
   2019-01-04 14:53:38.981  INFO 28908 --- [  restartedMain] o.apache.servicecomb.config.ConfigUtil   : create local config:
   2019-01-04 14:53:38.982  INFO 28908 --- [  restartedMain] o.apache.servicecomb.config.ConfigUtil   :  jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/java-chassis-core/1.1.0/java-chassis-core-1.1.0.jar!/microservice.yaml.
   2019-01-04 14:53:38.982  INFO 28908 --- [  restartedMain] o.apache.servicecomb.config.ConfigUtil   :  file:/Users/sxc/work/sb1-demo/target/classes/microservice.yaml.
   2019-01-04 14:53:39.016  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource, count=0.
   2019-01-04 14:53:39.016  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Can not find SPI service for org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource
   2019-01-04 14:53:39.016  INFO 28908 --- [  restartedMain] o.apache.servicecomb.config.ConfigUtil   : config center SPI service can not find, skip to load configuration from config center
   2019-01-04 14:53:39.303  INFO 28908 --- [  restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
   2019-01-04 14:53:39.450  INFO 28908 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$bbe97ff1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
   2019-01-04 14:53:39.582  INFO 28908 --- [  restartedMain] o.a.s.s.d.MicroserviceDefinition         : load microservice config, name=business-service, paths=[jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/java-chassis-core/1.1.0/java-chassis-core-1.1.0.jar!/microservice.yaml, file:/Users/sxc/work/sb1-demo/target/classes/microservice.yaml]
   2019-01-04 14:53:39.641  INFO 28908 --- [  restartedMain] o.a.s.s.registry.ServiceRegistryFactory  : It is running in the normal mode, a separated service registry is required
   2019-01-04 14:53:39.655  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.serviceregistry.registry.ServiceRegistryTaskInitializer, count=1.
   2019-01-04 14:53:39.655  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.serviceregistry.diagnosis.instance.InstanceCacheCheckTask.
   2019-01-04 14:53:39.661  INFO 28908 --- [  restartedMain] o.a.s.s.r.AbstractServiceRegistry        : microserviceVersionFactory is org.apache.servicecomb.core.definition.PrivateMicroserviceVersionMetaFactory.
   2019-01-04 14:53:39.671  INFO 28908 --- [  restartedMain] o.a.s.foundation.common.net.NetUtils     : add network interface name:en0,host address:10.15.17.121
   2019-01-04 14:53:39.672  INFO 28908 --- [  restartedMain] o.a.s.foundation.common.net.NetUtils     : add host name from localhost:sxcdeMacBook-Pro.local,host address:10.15.17.121
   2019-01-04 14:53:39.753  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.swagger.generator.core.CommonParameterTypeProcessor, count=3.
   2019-01-04 14:53:39.754  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.swagger.invocation.generator.InvocationContextProcessor.
   2019-01-04 14:53:39.754  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.swagger.generator.springmvc.processor.parameter.MultipartFileTypeProcessor.
   2019-01-04 14:53:39.754  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.swagger.generator.core.processor.parametertype.HttpServletRequestProcessor.
   2019-01-04 14:53:39.762  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.swagger.generator.core.ResponseTypeProcessor, count=3.
   2019-01-04 14:53:39.762  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.swagger.generator.springmvc.processor.response.ResponseEntityProcessor.
   2019-01-04 14:53:39.762  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.swagger.generator.core.processor.response.CompletableFutureProcessor.
   2019-01-04 14:53:39.762  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.swagger.generator.jaxrs.processor.response.JaxrsResponseProcessor.
   2019-01-04 14:53:39.864  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.swagger.generator.core.SwaggerGeneratorContext, count=3.
   2019-01-04 14:53:39.865  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.swagger.generator.springmvc.SpringmvcSwaggerGeneratorContext.
   2019-01-04 14:53:39.866  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.swagger.generator.jaxrs.JaxrsSwaggerGeneratorContext.
   2019-01-04 14:53:39.867  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.swagger.generator.pojo.PojoSwaggerGeneratorContext.
   2019-01-04 14:53:39.927  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.swagger.invocation.response.producer.ProducerResponseMapperFactory, count=5.
   2019-01-04 14:53:39.928  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.swagger.invocation.springmvc.response.SpringmvcProducerResponseMapperFactory.
   2019-01-04 14:53:39.928  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.swagger.invocation.response.producer.CseResponseProducerResponseMapperFactory.
   2019-01-04 14:53:39.928  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.swagger.invocation.response.producer.CompletableFutureProducerResponseMapperFactory.
   2019-01-04 14:53:39.928  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   3. org.apache.servicecomb.swagger.invocation.jaxrs.response.JaxrsProducerResponseMapperFactory.
   2019-01-04 14:53:39.928  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   4. org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapperFactory.
   2019-01-04 14:53:39.933  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapperFactory, count=5.
   2019-01-04 14:53:39.933  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.swagger.invocation.springmvc.response.SpringmvcConsumerResponseMapperFactory.
   2019-01-04 14:53:39.933  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.swagger.invocation.response.consumer.CseResponseConsumerResponseMapperFactory.
   2019-01-04 14:53:39.933  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.swagger.invocation.response.consumer.CompletableFutureConsumerResponseMapperFactory.
   2019-01-04 14:53:39.933  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   3. org.apache.servicecomb.swagger.invocation.jaxrs.response.JaxrsConsumerResponseMapperFactory.
   2019-01-04 14:53:39.933  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   4. org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapperFactory.
   2019-01-04 14:53:40.059  INFO 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxUtils        : in debug mode, disable blocked thread check.
   2019-01-04 14:53:40.416  INFO 28908 --- [  restartedMain] o.a.s.core.executor.FixedThreadExecutor  : executor group 2, thread per group 4.
   2019-01-04 14:53:41.752  INFO 28908 --- [  restartedMain] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[39.106.53.182:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
   2019-01-04 14:53:42.004  INFO 28908 --- [06.53.182:27017] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:1, serverValue:312630}] to 39.106.53.182:27017
   2019-01-04 14:53:42.014  INFO 28908 --- [06.53.182:27017] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=39.106.53.182:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 4, 16]}, minWireVersion=0, maxWireVersion=5, maxDocumentSize=16777216, roundTripTimeNanos=8420904}
   2019-01-04 14:53:42.413  INFO 28908 --- [  restartedMain] o.s.ui.freemarker.SpringTemplateLoader   : SpringTemplateLoader for FreeMarker: using resource loader [org.springframework.context.annotation.AnnotationConfigApplicationContext@58859fcd: startup date [Fri Jan 04 14:53:37 CST 2019]; root of context hierarchy] and template loader path [classpath:/templates/]
   2019-01-04 14:53:42.419  WARN 28908 --- [  restartedMain] o.s.b.a.f.FreeMarkerAutoConfiguration    : Cannot find template location(s): [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
   2019-01-04 14:53:42.631  INFO 28908 --- [  restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
   2019-01-04 14:53:42.921  INFO 28908 --- [  restartedMain] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
   2019-01-04 14:53:42.951  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.core.BootListener, count=0.
   2019-01-04 14:53:43.006  INFO 28908 --- [  restartedMain] c.n.config.util.ConfigurationUtils       : Loaded properties file jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-bizkeeper/1.1.0/handler-bizkeeper-1.1.0.jar!/hystrix-plugins.properties
   2019-01-04 14:53:43.026  WARN 28908 --- [  restartedMain] o.a.s.serviceregistry.RegistryUtils      : address /0.0.0.0:8080, auto select a host address to publish 10.15.17.121:8080, maybe not the correct one
   2019-01-04 14:53:43.033  INFO 28908 --- [  restartedMain] o.a.s.core.transport.TransportManager    : choose org.apache.servicecomb.transport.rest.vertx.VertxRestTransport for rest.
   2019-01-04 14:53:43.033  INFO 28908 --- [  restartedMain] o.a.s.core.transport.TransportManager    : choose org.apache.servicecomb.transport.highway.HighwayTransport for highway.
   2019-01-04 14:53:43.045  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.common.rest.filter.HttpClientFilter, count=3.
   2019-01-04 14:53:43.045  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.provider.springmvc.reference.RestTemplateCopyHeaderFilter.
   2019-01-04 14:53:43.045  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.common.rest.filter.inner.ClientRestArgsFilter.
   2019-01-04 14:53:43.045  INFO 28908 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.transport.rest.client.http.DefaultHttpClientFilter.
   2019-01-04 14:53:43.053  WARN 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxTLSBuilder   : keyStore [server.p12] file not exist, please check!
   2019-01-04 14:53:43.054  WARN 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxTLSBuilder   : trustStore [trust.jks] file not exist, please check!
   2019-01-04 14:53:43.070  WARN 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxTLSBuilder   : keyStore [server.p12] file not exist, please check!
   2019-01-04 14:53:43.070  WARN 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxTLSBuilder   : trustStore [trust.jks] file not exist, please check!
   2019-01-04 14:53:43.659  INFO 28908 --- [ntloop-thread-4] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.transport.rest.vertx.GlobalRestFailureHandler, count=0.
   2019-01-04 14:53:43.659  INFO 28908 --- [ntloop-thread-4] o.a.s.f.common.utils.SPIServiceUtils     : Can not find SPI service for org.apache.servicecomb.transport.rest.vertx.GlobalRestFailureHandler
   2019-01-04 14:53:43.669  INFO 28908 --- [ntloop-thread-4] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.common.rest.filter.HttpServerFilter, count=1.
   2019-01-04 14:53:43.670  INFO 28908 --- [ntloop-thread-4] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.common.rest.filter.inner.ServerRestArgsFilter.
   2019-01-04 14:53:43.671  INFO 28908 --- [ntloop-thread-4] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.transport.rest.vertx.VertxHttpDispatcher, count=1.
   2019-01-04 14:53:43.671  INFO 28908 --- [ntloop-thread-4] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.transport.rest.vertx.VertxRestDispatcher.
   2019-01-04 14:53:43.676  INFO 28908 --- [ntloop-thread-4] o.a.s.common.rest.UploadConfig           : servicecomb.uploads.directory is null, not support upload.
   2019-01-04 14:53:43.866  INFO 28908 --- [ntloop-thread-4] o.a.s.t.rest.vertx.RestServerVerticle    : rest listen success. address=0.0.0.0:8080
   2019-01-04 14:53:43.866  INFO 28908 --- [  restartedMain] o.a.s.core.transport.TransportManager    : endpoint to publish: rest://10.15.17.121:8080
   2019-01-04 14:53:43.869  WARN 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxTLSBuilder   : keyStore [server.p12] file not exist, please check!
   2019-01-04 14:53:43.869  WARN 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxTLSBuilder   : trustStore [trust.jks] file not exist, please check!
   2019-01-04 14:53:43.870  WARN 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxTLSBuilder   : keyStore [server.p12] file not exist, please check!
   2019-01-04 14:53:43.871  WARN 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxTLSBuilder   : trustStore [trust.jks] file not exist, please check!
   2019-01-04 14:53:43.891  WARN 28908 --- [  restartedMain] o.a.s.core.transport.AbstractTransport   : Service center do not support encoded query, so we use unencoded query, this caused not support chinese/space (and maybe other char) in query value.
   2019-01-04 14:53:43.899  WARN 28908 --- [  restartedMain] o.a.s.serviceregistry.RegistryUtils      : address /0.0.0.0:7070, auto select a host address to publish 10.15.17.121:7070, maybe not the correct one
   2019-01-04 14:53:43.950  INFO 28908 --- [ntloop-thread-0] o.a.s.t.highway.HighwayServerVerticle    : highway listen success. address=0.0.0.0:7070
   2019-01-04 14:53:43.951  INFO 28908 --- [  restartedMain] o.a.s.core.transport.TransportManager    : endpoint to publish: highway://10.15.17.121:7070?login=true
   2019-01-04 14:53:43.955  WARN 28908 --- [  restartedMain] o.a.s.f.common.event.SimpleSubscriber    : Failed to create lambda for method: public void org.apache.servicecomb.core.SCBEngine$1.afterRegistryInstance(org.apache.servicecomb.serviceregistry.task.MicroserviceInstanceRegisterTask), fallback to reflect.
   2019-01-04 14:53:43.969  INFO 28908 --- [  restartedMain] o.a.s.s.task.MicroserviceRegisterTask    : running microservice register task.
   2019-01-04 14:53:43.993  INFO 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxUtils        : in debug mode, disable blocked thread check.
   2019-01-04 14:53:44.308  INFO 28908 --- [  restartedMain] o.a.s.s.task.MicroserviceRegisterTask    : Microservice exists in service center, no need to register. id=[541e61c5866dade3a620a499b4239ed0c9aa080d] appId=[business], name=[business-service], version=[1.0.0], env=[]
   2019-01-04 14:53:44.332  WARN 28908 --- [  restartedMain] o.a.s.s.task.MicroserviceRegisterTask    : SchemaIds is different between local and service center. serviceId=[541e61c5866dade3a620a499b4239ed0c9aa080d] appId=[business], name=[business-service], version=[1.0.0], env=[], local schemaIds=[], service center schemaIds=[hello]
   2019-01-04 14:53:44.343  INFO 28908 --- [  restartedMain] org.apache.servicecomb.core.SCBEngine    : ServiceComb is closing now...
   2019-01-04 14:53:44.343  INFO 28908 --- [  restartedMain] org.apache.servicecomb.core.SCBEngine    : BootListener org.apache.servicecomb.core.provider.producer.ProducerProviderManager succeed to process BEFORE_CLOSE.
   2019-01-04 14:53:44.343  INFO 28908 --- [  restartedMain] org.apache.servicecomb.core.SCBEngine    : BootListener org.apache.servicecomb.common.rest.RestEngineSchemaListener succeed to process BEFORE_CLOSE.
   2019-01-04 14:53:44.344  INFO 28908 --- [  restartedMain] o.a.s.s.registry.RemoteServiceRegistry   : service center task is shutdown.
   2019-01-04 14:53:44.344  INFO 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxUtils        : Closing vertx registry.
   2019-01-04 14:53:44.375  INFO 28908 --- [ntloop-thread-8] o.a.s.foundation.vertx.VertxUtils        : Success to close vertx registry.
   2019-01-04 14:53:44.375  INFO 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxUtils        : Closing vertx config-center.
   2019-01-04 14:53:44.375  INFO 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxUtils        : Vertx config-center not exist.
   2019-01-04 14:53:44.375  INFO 28908 --- [  restartedMain] o.a.s.foundation.vertx.VertxUtils        : Closing vertx transport.
   2019-01-04 14:53:44.385  INFO 28908 --- [ntloop-thread-8] o.a.s.foundation.vertx.VertxUtils        : Success to close vertx transport.
   2019-01-04 14:53:44.385  INFO 28908 --- [  restartedMain] org.apache.servicecomb.core.SCBEngine    : BootListener org.apache.servicecomb.core.provider.producer.ProducerProviderManager succeed to process AFTER_CLOSE.
   2019-01-04 14:53:44.385  INFO 28908 --- [  restartedMain] org.apache.servicecomb.core.SCBEngine    : BootListener org.apache.servicecomb.common.rest.RestEngineSchemaListener succeed to process AFTER_CLOSE.
   2019-01-04 14:53:44.385  INFO 28908 --- [  restartedMain] org.apache.servicecomb.core.SCBEngine    : ServiceComb had closed
   2019-01-04 14:53:44.388  INFO 28908 --- [  restartedMain] utoConfigurationReportLoggingInitializer : 
   
   Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
   2019-01-04 14:53:44.403 ERROR 28908 --- [  restartedMain] o.s.boot.SpringApplication               : Application startup failed
   
   java.lang.IllegalStateException: ServiceComb init failed.
   	at org.apache.servicecomb.core.SCBEngine.init(SCBEngine.java:216) ~[java-chassis-core-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.core.CseApplicationListener.onApplicationEvent(CseApplicationListener.java:81) ~[java-chassis-core-1.1.0.jar:1.1.0]
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172) ~[spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165) ~[spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139) ~[spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:393) ~[spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:347) ~[spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.boot.context.event.EventPublishingRunListener.finished(EventPublishingRunListener.java:101) ~[spring-boot-1.5.18.RELEASE.jar:1.5.18.RELEASE]
   	at org.springframework.boot.SpringApplicationRunListeners.callFinishedListener(SpringApplicationRunListeners.java:79) ~[spring-boot-1.5.18.RELEASE.jar:1.5.18.RELEASE]
   	at org.springframework.boot.SpringApplicationRunListeners.finished(SpringApplicationRunListeners.java:72) ~[spring-boot-1.5.18.RELEASE.jar:1.5.18.RELEASE]
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:305) [spring-boot-1.5.18.RELEASE.jar:1.5.18.RELEASE]
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.18.RELEASE.jar:1.5.18.RELEASE]
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.18.RELEASE.jar:1.5.18.RELEASE]
   	at com.baolongxing.starter.demo.DemoApplication.main(DemoApplication.java:12) [classes/:na]
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
   	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
   	at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-1.5.18.RELEASE.jar:1.5.18.RELEASE]
   Caused by: java.lang.IllegalStateException: There are schemas only existing in service center: [hello], which means there are interfaces changed. You need to increment microservice version before deploying, or if service_description.environment=development, you can delete microservice information in service center and restart this instance.
   	at org.apache.servicecomb.serviceregistry.task.MicroserviceRegisterTask.checkRemainingSchema(MicroserviceRegisterTask.java:318) ~[service-registry-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.serviceregistry.task.MicroserviceRegisterTask.registerSchemas(MicroserviceRegisterTask.java:176) ~[service-registry-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.serviceregistry.task.MicroserviceRegisterTask.doRegister(MicroserviceRegisterTask.java:122) ~[service-registry-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.serviceregistry.task.AbstractRegisterTask.doRun(AbstractRegisterTask.java:41) ~[service-registry-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.serviceregistry.task.AbstractTask.run(AbstractTask.java:53) ~[service-registry-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.serviceregistry.task.CompositeTask.run(CompositeTask.java:35) ~[service-registry-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.serviceregistry.task.ServiceCenterTask.init(ServiceCenterTask.java:82) ~[service-registry-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.serviceregistry.registry.AbstractServiceRegistry.run(AbstractServiceRegistry.java:178) ~[service-registry-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.serviceregistry.registry.RemoteServiceRegistry.run(RemoteServiceRegistry.java:74) ~[service-registry-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.serviceregistry.RegistryUtils.run(RegistryUtils.java:70) ~[service-registry-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.core.SCBEngine.doInit(SCBEngine.java:251) ~[java-chassis-core-1.1.0.jar:1.1.0]
   	at org.apache.servicecomb.core.SCBEngine.init(SCBEngine.java:209) ~[java-chassis-core-1.1.0.jar:1.1.0]
   	... 18 common frames omitted
   
   2019-01-04 14:53:44.405  INFO 28908 --- [  restartedMain] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@58859fcd: startup date [Fri Jan 04 14:53:37 CST 2019]; root of context hierarchy
   2019-01-04 14:53:44.411  INFO 28908 --- [  restartedMain] o.s.j.e.a.AnnotationMBeanExporter        : Unregistering JMX-exposed beans on shutdown
   Disconnected from the target VM, address: '127.0.0.1:60697', transport: 'socket'
   
   Process finished with exit code 1
   
   ```
   反过来如果将springboot1.5这个项目里想用的starter加入archetype生成的那个项目里,又会遇到如下问题
   ```
   /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:60871,suspend=y,server=n -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=60870 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=127.0.0.1 -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -javaagent:/Users/sxc/Library/Caches/IntelliJIdea2018.3/captureAgent/debugger-agent.jar -Dfile.encoding=UTF-8 -classpath "/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/lib/tools.jar:/Users/sxc/work/demo/target/classes:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter/1.5.12.RELEASE/spring-boot-starter-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot/1.5.12.RELEASE/spring-boot-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.5.12.RELEASE/spring-boot-autoconfigure-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.5.12.RELEASE/spring-boot-starter-logging-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar:/Users/sxc/.m2/repository/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.jar:/Users/sxc/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar:/Users/sxc/.m2/repository/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar:/Users/sxc/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.7/log4j-over-slf4j-1.7.7.jar:/Users/sxc/.m2/repository/org/springframework/spring-core/4.3.16.RELEASE/spring-core-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/yaml/snakeyaml/1.16/snakeyaml-1.16.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/spring-boot-starter-provider/1.1.0/spring-boot-starter-provider-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/spring-boot-starter-servicecomb/1.1.0/spring-boot-starter-servicecomb-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.33/tomcat-embed-logging-juli-8.0.33.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/provider-springmvc/1.1.0/provider-springmvc-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/provider-rest-common/1.1.0/provider-rest-common-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-invocation-springmvc/1.1.0/swagger-invocation-springmvc-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-invocation-core/1.1.0/swagger-invocation-core-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-generator-springmvc/1.1.0/swagger-generator-springmvc-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-generator-core/1.1.0/swagger-generator-core-1.1.0.jar:/Users/sxc/.m2/repository/io/swagger/swagger-core/1.5.12/swagger-core-1.5.12.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.6/jackson-dataformat-yaml-2.9.6.jar:/Users/sxc/.m2/repository/io/swagger/swagger-models/1.5.12/swagger-models-1.5.12.jar:/Users/sxc/.m2/repository/io/swagger/swagger-annotations/1.5.12/swagger-annotations-1.5.12.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/provider-jaxrs/1.1.0/provider-jaxrs-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-invocation-jaxrs/1.1.0/swagger-invocation-jaxrs-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/swagger-generator-jaxrs/1.1.0/swagger-generator-jaxrs-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/provider-pojo/1.1.0/provider-pojo-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/java-chassis-core/1.1.0/java-chassis-core-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/service-registry/1.1.0/service-registry-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-config/1.1.0/foundation-config-1.1.0.jar:/Users/sxc/.m2/repository/io/netty/netty-codec/4.1.24.Final/netty-codec-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-codec-socks/4.1.24.Final/netty-codec-socks-4.1.24.Final.jar:/Users/sxc/.m2/repository/org/apache/commons/commons-lang3/3.6/commons-lang3-3.6.jar:/Users/sxc/.m2/repository/io/zipkin/brave/brave/4.13.1/brave-4.13.1.jar:/Users/sxc/.m2/repository/io/zipkin/zipkin2/zipkin/2.4.2/zipkin-2.4.2.jar:/Users/sxc/.m2/repository/io/zipkin/reporter2/zipkin-reporter/2.5.0/zipkin-reporter-2.5.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-bizkeeper/1.1.0/handler-bizkeeper-1.1.0.jar:/Users/sxc/.m2/repository/com/netflix/hystrix/hystrix-core/1.5.10/hystrix-core-1.5.10.jar:/Users/sxc/.m2/repository/org/hdrhistogram/HdrHistogram/2.1.9/HdrHistogram-2.1.9.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-metrics/1.1.0/foundation-metrics-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-common/1.1.0/foundation-common-1.1.0.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.6/jackson-dataformat-xml-2.9.6.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.11/jackson-module-jaxb-annotations-2.8.11.jar:/Users/sxc/.m2/repository/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar:/Users/sxc/.m2/repository/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar:/Users/sxc/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/sxc/.m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar:/Users/sxc/.m2/repository/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar:/Users/sxc/.m2/repository/commons-codec/commons-codec/1.10/commons-codec-1.10.jar:/Users/sxc/.m2/repository/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar:/Users/sxc/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar:/Users/sxc/.m2/repository/com/netflix/spectator/spectator-reg-servo/0.71.0/spectator-reg-servo-0.71.0.jar:/Users/sxc/.m2/repository/com/netflix/spectator/spectator-api/0.71.0/spectator-api-0.71.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-loadbalance/1.1.0/handler-loadbalance-1.1.0.jar:/Users/sxc/.m2/repository/com/netflix/ribbon/ribbon/2.2.2/ribbon-2.2.2.jar:/Users/sxc/.m2/repository/com/netflix/ribbon/ribbon-transport/2.2.2/ribbon-transport-2.2.2.jar:/Users/sxc/.m2/repository/io/reactivex/rxnetty-contexts/0.4.9/rxnetty-contexts-0.4.9.jar:/Users/sxc/.m2/repository/io/reactivex/rxnetty-servo/0.4.9/rxnetty-servo-0.4.9.jar:/Users/sxc/.m2/repository/io/reactivex/rxnetty/0.4.9/rxnetty-0.4.9.jar:/Users/sxc/.m2/repository/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar:/Users/sxc/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/Users/sxc/.m2/repository/com/google/guava/guava/21.0/guava-21.0.jar:/Users/sxc/.m2/repository/com/netflix/ribbon/ribbon-loadbalancer/2.2.2/ribbon-loadbalancer-2.2.2.jar:/Users/sxc/.m2/repository/com/netflix/netflix-commons/netflix-statistics/0.1.1/netflix-statistics-0.1.1.jar:/Users/sxc/.m2/repository/com/netflix/servo/servo-core/0.10.1/servo-core-0.10.1.jar:/Users/sxc/.m2/repository/com/netflix/servo/servo-internal/0.10.1/servo-internal-0.10.1.jar:/Users/sxc/.m2/repository/com/netflix/netflix-commons/netflix-commons-util/0.1.1/netflix-commons-util-0.1.1.jar:/Users/sxc/.m2/repository/com/netflix/ribbon/ribbon-core/2.2.2/ribbon-core-2.2.2.jar:/Users/sxc/.m2/repository/com/netflix/archaius/archaius-core/0.7.3/archaius-core-0.7.3.jar:/Users/sxc/.m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar:/Users/sxc/.m2/repository/io/reactivex/rxjava/1.1.6/rxjava-1.1.6.jar:/Users/sxc/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/transport-highway/1.1.0/transport-highway-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-vertx/1.1.0/foundation-vertx-1.1.0.jar:/Users/sxc/.m2/repository/io/vertx/vertx-core/3.5.3/vertx-core-3.5.3.jar:/Users/sxc/.m2/repository/io/netty/netty-common/4.1.24.Final/netty-common-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-buffer/4.1.24.Final/netty-buffer-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-transport/4.1.24.Final/netty-transport-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-handler/4.1.24.Final/netty-handler-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-handler-proxy/4.1.24.Final/netty-handler-proxy-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-codec-http2/4.1.24.Final/netty-codec-http2-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-resolver/4.1.24.Final/netty-resolver-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-resolver-dns/4.1.24.Final/netty-resolver-dns-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/netty/netty-codec-dns/4.1.24.Final/netty-codec-dns-4.1.24.Final.jar:/Users/sxc/.m2/repository/io/vertx/vertx-web/3.5.3/vertx-web-3.5.3.jar:/Users/sxc/.m2/repository/io/vertx/vertx-auth-common/3.5.3/vertx-auth-common-3.5.3.jar:/Users/sxc/.m2/repository/io/vertx/vertx-bridge-common/3.5.3/vertx-bridge-common-3.5.3.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-ssl/1.1.0/foundation-ssl-1.1.0.jar:/Users/sxc/.m2/repository/io/netty/netty-tcnative-boringssl-static/2.0.7.Final/netty-tcnative-boringssl-static-2.0.7.Final.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/common-protobuf/1.1.0/common-protobuf-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/common-javassist/1.1.0/common-javassist-1.1.0.jar:/Users/sxc/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-protobuf/1.1.0/foundation-protobuf-1.1.0.jar:/Users/sxc/.m2/repository/io/protostuff/protostuff-parser/2.2.25/protostuff-parser-2.2.25.jar:/Users/sxc/.m2/repository/org/antlr/antlr4/4.7/antlr4-4.7.jar:/Users/sxc/.m2/repository/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.jar:/Users/sxc/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar:/Users/sxc/.m2/repository/org/antlr/ST4/4.0.8/ST4-4.0.8.jar:/Users/sxc/.m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar:/Users/sxc/.m2/repository/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar:/Users/sxc/.m2/repository/com/ibm/icu/icu4j/58.2/icu4j-58.2.jar:/Users/sxc/.m2/repository/com/google/inject/guice/4.1.0/guice-4.1.0.jar:/Users/sxc/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/Users/sxc/.m2/repository/com/google/inject/extensions/guice-multibindings/4.1.0/guice-multibindings-4.1.0.jar:/Users/sxc/.m2/repository/com/google/inject/extensions/guice-assistedinject/4.1.0/guice-assistedinject-4.1.0.jar:/Users/sxc/.m2/repository/io/protostuff/protostuff-runtime/1.5.2/protostuff-runtime-1.5.2.jar:/Users/sxc/.m2/repository/io/protostuff/protostuff-api/1.5.2/protostuff-api-1.5.2.jar:/Users/sxc/.m2/repository/io/protostuff/protostuff-collectionschema/1.5.2/protostuff-collectionschema-1.5.2.jar:/Users/sxc/.m2/repository/io/protostuff/protostuff-core/1.5.2/protostuff-core-1.5.2.jar:/Users/sxc/.m2/repository/com/google/protobuf/protobuf-java/3.5.1/protobuf-java-3.5.1.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-flowcontrol-qps/1.1.0/handler-flowcontrol-qps-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/transport-rest-vertx/1.1.0/transport-rest-vertx-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/transport-rest-client/1.1.0/transport-rest-client-1.1.0.jar:/Users/sxc/.m2/repository/org/apache/servicecomb/common-rest/1.1.0/common-rest-1.1.0.jar:/Users/sxc/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar:/Users/sxc/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/Users/sxc/.m2/repository/org/springframework/spring-aspects/4.3.16.RELEASE/spring-aspects-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/aspectj/aspectjweaver/1.8.8/aspectjweaver-1.8.8.jar:/Users/sxc/.m2/repository/org/hibernate/validator/hibernate-validator/6.0.2.Final/hibernate-validator-6.0.2.Final.jar:/Users/sxc/.m2/repository/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.jar:/Users/sxc/.m2/repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar:/Users/sxc/.m2/repository/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-cache/1.5.12.RELEASE/spring-boot-starter-cache-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-context/4.3.16.RELEASE/spring-context-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-aop/4.3.16.RELEASE/spring-aop-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-beans/4.3.16.RELEASE/spring-beans-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-expression/4.3.16.RELEASE/spring-expression-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-context-support/4.3.16.RELEASE/spring-context-support-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-data-mongodb/1.5.12.RELEASE/spring-boot-starter-data-mongodb-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/org/mongodb/mongodb-driver/3.4.3/mongodb-driver-3.4.3.jar:/Users/sxc/.m2/repository/org/mongodb/mongodb-driver-core/3.4.3/mongodb-driver-core-3.4.3.jar:/Users/sxc/.m2/repository/org/mongodb/bson/3.4.3/bson-3.4.3.jar:/Users/sxc/.m2/repository/org/springframework/data/spring-data-mongodb/1.10.11.RELEASE/spring-data-mongodb-1.10.11.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-tx/4.3.16.RELEASE/spring-tx-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/data/spring-data-commons/1.13.11.RELEASE/spring-data-commons-1.13.11.RELEASE.jar:/Users/sxc/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-data-redis/1.5.12.RELEASE/spring-boot-starter-data-redis-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/data/spring-data-redis/1.8.11.RELEASE/spring-data-redis-1.8.11.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/data/spring-data-keyvalue/1.2.11.RELEASE/spring-data-keyvalue-1.2.11.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-oxm/4.3.16.RELEASE/spring-oxm-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/redis/clients/jedis/2.8.0/jedis-2.8.0.jar:/Users/sxc/.m2/repository/org/apache/commons/commons-pool2/2.4.3/commons-pool2-2.4.3.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-freemarker/1.5.12.RELEASE/spring-boot-starter-freemarker-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.5.12.RELEASE/spring-boot-starter-web-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.5.12.RELEASE/spring-boot-starter-tomcat-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.0.33/tomcat-embed-core-8.0.33.jar:/Users/sxc/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.0.33/tomcat-embed-el-8.0.33.jar:/Users/sxc/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.33/tomcat-embed-websocket-8.0.33.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar:/Users/sxc/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar:/Users/sxc/.m2/repository/org/springframework/spring-web/4.3.16.RELEASE/spring-web-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/springframework/spring-webmvc/4.3.16.RELEASE/spring-webmvc-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/freemarker/freemarker/2.3.28/freemarker-2.3.28.jar:/Users/sxc/.m2/repository/org/mybatis/spring/boot/mybatis-spring-boot-starter/1.3.2/mybatis-spring-boot-starter-1.3.2.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.5.12.RELEASE/spring-boot-starter-jdbc-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/org/apache/tomcat/tomcat-jdbc/8.5.29/tomcat-jdbc-8.5.29.jar:/Users/sxc/.m2/repository/org/apache/tomcat/tomcat-juli/8.5.29/tomcat-juli-8.5.29.jar:/Users/sxc/.m2/repository/org/springframework/spring-jdbc/4.3.16.RELEASE/spring-jdbc-4.3.16.RELEASE.jar:/Users/sxc/.m2/repository/org/mybatis/spring/boot/mybatis-spring-boot-autoconfigure/1.3.2/mybatis-spring-boot-autoconfigure-1.3.2.jar:/Users/sxc/.m2/repository/org/mybatis/mybatis/3.4.6/mybatis-3.4.6.jar:/Users/sxc/.m2/repository/org/mybatis/mybatis-spring/1.3.2/mybatis-spring-1.3.2.jar:/Users/sxc/.m2/repository/org/springframework/boot/spring-boot-devtools/1.5.12.RELEASE/spring-boot-devtools-1.5.12.RELEASE.jar:/Users/sxc/.m2/repository/mysql/mysql-connector-java/5.1.46/mysql-connector-java-5.1.46.jar:/Users/sxc/.m2/repository/org/projectlombok/lombok/1.16.20/lombok-1.16.20.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar" com.baolongxing.loan.Application
   Connected to the target VM, address: '127.0.0.1:60871', transport: 'socket'
   15:06:08.678 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Included patterns for restart : []
   15:06:08.690 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Excluded patterns for restart : [/spring-boot-starter/target/classes/, /spring-boot-autoconfigure/target/classes/, /spring-boot-starter-[\w-]+/, /spring-boot/target/classes/, /spring-boot-actuator/target/classes/, /spring-boot-devtools/target/classes/]
   15:06:08.691 [main] DEBUG org.springframework.boot.devtools.restart.ChangeableUrls - Matching URLs for reloading : [file:/Users/sxc/work/demo/target/classes/]
   
     .   ____          _            __ _ _
    /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
   ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
    \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
     '  |____| .__|_| |_|_| |_\__, | / / / /
    =========|_|==============|___/=/_/_/_/
    :: Spring Boot ::       (v1.5.12.RELEASE)
   
   2019-01-04 15:06:09.246  INFO 29164 --- [  restartedMain] com.baolongxing.loan.Application         : Starting Application on sxcdeMacBook-Pro.local with PID 29164 (/Users/sxc/work/demo/target/classes started by sxc in /Users/sxc/work/demo)
   2019-01-04 15:06:09.247  INFO 29164 --- [  restartedMain] com.baolongxing.loan.Application         : No active profile set, falling back to default profiles: default
   2019-01-04 15:06:09.335  INFO 29164 --- [  restartedMain] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@11540194: startup date [Fri Jan 04 15:06:09 CST 2019]; root of context hierarchy
   2019-01-04 15:06:10.035  INFO 29164 --- [  restartedMain] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from URL [jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/java-chassis-core/1.1.0/java-chassis-core-1.1.0.jar!/META-INF/spring/cse.bean.xml]
   2019-01-04 15:06:10.439  INFO 29164 --- [  restartedMain] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from URL [jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-config/1.1.0/foundation-config-1.1.0.jar!/META-INF/spring/cse.bean.xml]
   2019-01-04 15:06:10.457  INFO 29164 --- [  restartedMain] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from URL [jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-bizkeeper/1.1.0/handler-bizkeeper-1.1.0.jar!/META-INF/spring/cse.bean.xml]
   2019-01-04 15:06:10.467  INFO 29164 --- [  restartedMain] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from URL [jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/handler-loadbalance/1.1.0/handler-loadbalance-1.1.0.jar!/META-INF/spring/cse.bean.xml]
   2019-01-04 15:06:10.477  INFO 29164 --- [  restartedMain] o.s.b.f.xml.XmlBeanDefinitionReader      : Loading XML bean definitions from URL [jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/foundation-vertx/1.1.0/foundation-vertx-1.1.0.jar!/META-INF/spring/cse.bean.xml]
   2019-01-04 15:06:10.571  WARN 29164 --- [  restartedMain] o.m.s.mapper.ClassPathMapperScanner      : No MyBatis mapper was found in '[com.baolongxing.loan]' package. Please check your configuration.
   2019-01-04 15:06:10.666  INFO 29164 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
   2019-01-04 15:06:10.787  INFO 29164 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
   2019-01-04 15:06:11.227  INFO 29164 --- [  restartedMain] o.a.s.c.ConfigurationSpringInitializer   : Environment received, will get configurations from [org.springframework.core.env.StandardEnvironment@830386647].
   2019-01-04 15:06:11.271  WARN 29164 --- [  restartedMain] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.
   2019-01-04 15:06:11.271  INFO 29164 --- [  restartedMain] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
   2019-01-04 15:06:11.287  INFO 29164 --- [  restartedMain] o.apache.servicecomb.config.ConfigUtil   : create local config:
   2019-01-04 15:06:11.287  INFO 29164 --- [  restartedMain] o.apache.servicecomb.config.ConfigUtil   :  jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/java-chassis-core/1.1.0/java-chassis-core-1.1.0.jar!/microservice.yaml.
   2019-01-04 15:06:11.287  INFO 29164 --- [  restartedMain] o.apache.servicecomb.config.ConfigUtil   :  file:/Users/sxc/work/demo/target/classes/microservice.yaml.
   2019-01-04 15:06:11.325  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource, count=0.
   2019-01-04 15:06:11.325  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Can not find SPI service for org.apache.servicecomb.config.spi.ConfigCenterConfigurationSource
   2019-01-04 15:06:11.325  INFO 29164 --- [  restartedMain] o.apache.servicecomb.config.ConfigUtil   : config center SPI service can not find, skip to load configuration from config center
   2019-01-04 15:06:11.641  INFO 29164 --- [  restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
   2019-01-04 15:06:11.851  INFO 29164 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$860a639e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
   2019-01-04 15:06:12.092  INFO 29164 --- [  restartedMain] o.a.s.s.d.MicroserviceDefinition         : load microservice config, name=business-service, paths=[jar:file:/Users/sxc/.m2/repository/org/apache/servicecomb/java-chassis-core/1.1.0/java-chassis-core-1.1.0.jar!/microservice.yaml, file:/Users/sxc/work/demo/target/classes/microservice.yaml]
   2019-01-04 15:06:12.171  INFO 29164 --- [  restartedMain] o.a.s.s.registry.ServiceRegistryFactory  : It is running in the normal mode, a separated service registry is required
   2019-01-04 15:06:12.185  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.serviceregistry.registry.ServiceRegistryTaskInitializer, count=1.
   2019-01-04 15:06:12.185  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.serviceregistry.diagnosis.instance.InstanceCacheCheckTask.
   2019-01-04 15:06:12.190  INFO 29164 --- [  restartedMain] o.a.s.s.r.AbstractServiceRegistry        : microserviceVersionFactory is org.apache.servicecomb.core.definition.PrivateMicroserviceVersionMetaFactory.
   2019-01-04 15:06:12.197  INFO 29164 --- [  restartedMain] o.a.s.foundation.common.net.NetUtils     : add network interface name:en0,host address:10.15.17.121
   2019-01-04 15:06:12.197  INFO 29164 --- [  restartedMain] o.a.s.foundation.common.net.NetUtils     : add host name from localhost:sxcdeMacBook-Pro.local,host address:10.15.17.121
   2019-01-04 15:06:12.289  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.swagger.generator.core.CommonParameterTypeProcessor, count=3.
   2019-01-04 15:06:12.289  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.swagger.invocation.generator.InvocationContextProcessor.
   2019-01-04 15:06:12.290  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.swagger.generator.springmvc.processor.parameter.MultipartFileTypeProcessor.
   2019-01-04 15:06:12.290  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.swagger.generator.core.processor.parametertype.HttpServletRequestProcessor.
   2019-01-04 15:06:12.298  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.swagger.generator.core.ResponseTypeProcessor, count=3.
   2019-01-04 15:06:12.298  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.swagger.generator.springmvc.processor.response.ResponseEntityProcessor.
   2019-01-04 15:06:12.298  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.swagger.generator.core.processor.response.CompletableFutureProcessor.
   2019-01-04 15:06:12.298  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.swagger.generator.jaxrs.processor.response.JaxrsResponseProcessor.
   2019-01-04 15:06:12.449  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.swagger.generator.core.SwaggerGeneratorContext, count=3.
   2019-01-04 15:06:12.449  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.swagger.generator.springmvc.SpringmvcSwaggerGeneratorContext.
   2019-01-04 15:06:12.449  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.swagger.generator.jaxrs.JaxrsSwaggerGeneratorContext.
   2019-01-04 15:06:12.449  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.swagger.generator.pojo.PojoSwaggerGeneratorContext.
   2019-01-04 15:06:12.465  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.swagger.invocation.response.producer.ProducerResponseMapperFactory, count=5.
   2019-01-04 15:06:12.465  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.swagger.invocation.springmvc.response.SpringmvcProducerResponseMapperFactory.
   2019-01-04 15:06:12.466  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.swagger.invocation.response.producer.CseResponseProducerResponseMapperFactory.
   2019-01-04 15:06:12.466  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.swagger.invocation.response.producer.CompletableFutureProducerResponseMapperFactory.
   2019-01-04 15:06:12.466  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   3. org.apache.servicecomb.swagger.invocation.jaxrs.response.JaxrsProducerResponseMapperFactory.
   2019-01-04 15:06:12.466  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   4. org.apache.servicecomb.swagger.invocation.response.producer.DefaultProducerResponseMapperFactory.
   2019-01-04 15:06:12.471  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     : Found SPI service org.apache.servicecomb.swagger.invocation.response.consumer.ConsumerResponseMapperFactory, count=5.
   2019-01-04 15:06:12.471  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   0. org.apache.servicecomb.swagger.invocation.springmvc.response.SpringmvcConsumerResponseMapperFactory.
   2019-01-04 15:06:12.471  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   1. org.apache.servicecomb.swagger.invocation.response.consumer.CseResponseConsumerResponseMapperFactory.
   2019-01-04 15:06:12.471  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   2. org.apache.servicecomb.swagger.invocation.response.consumer.CompletableFutureConsumerResponseMapperFactory.
   2019-01-04 15:06:12.471  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   3. org.apache.servicecomb.swagger.invocation.jaxrs.response.JaxrsConsumerResponseMapperFactory.
   2019-01-04 15:06:12.471  INFO 29164 --- [  restartedMain] o.a.s.f.common.utils.SPIServiceUtils     :   4. org.apache.servicecomb.swagger.invocation.response.consumer.DefaultConsumerResponseMapperFactory.
   2019-01-04 15:06:12.721  INFO 29164 --- [  restartedMain] o.a.s.foundation.vertx.VertxUtils        : in debug mode, disable blocked thread check.
   2019-01-04 15:06:12.958  INFO 29164 --- [  restartedMain] o.a.s.core.executor.FixedThreadExecutor  : executor group 2, thread per group 4.
   2019-01-04 15:06:14.069  WARN 29164 --- [  restartedMain] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redisTemplate' defined in class path resource [org/springframework/boot/autoconfigure/data/redis/RedisAutoConfiguration$RedisConfiguration.class]: Unsatisfied dependency expressed through method 'redisTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisConnectionFactory' defined in class path resource [org/springframework/boot/autoconfigure/data/redis/RedisAutoConfiguration$RedisConnectionConfiguration.class]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: redis.clients.jedis.JedisPool.<init>(Lorg/apache/commons/pool2/impl/GenericObjectPoolConfig;Ljava/lang/String;IILjava/lang/String;ILjava/lang/String;Z)V
   2019-01-04 15:06:14.069  INFO 29164 --- [  restartedMain] o.s.j.e.a.AnnotationMBeanExporter        : Unregistering JMX-exposed beans on shutdown
   2019-01-04 15:06:14.077  INFO 29164 --- [  restartedMain] utoConfigurationReportLoggingInitializer : 
   
   Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
   2019-01-04 15:06:14.091 ERROR 29164 --- [  restartedMain] o.s.boot.SpringApplication               : Application startup failed
   
   org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redisTemplate' defined in class path resource [org/springframework/boot/autoconfigure/data/redis/RedisAutoConfiguration$RedisConfiguration.class]: Unsatisfied dependency expressed through method 'redisTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisConnectionFactory' defined in class path resource [org/springframework/boot/autoconfigure/data/redis/RedisAutoConfiguration$RedisConnectionConfiguration.class]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: redis.clients.jedis.JedisPool.<init>(Lorg/apache/commons/pool2/impl/GenericObjectPoolConfig;Ljava/lang/String;IILjava/lang/String;ILjava/lang/String;Z)V
   	at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1177) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1071) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) [spring-boot-1.5.12.RELEASE.jar:1.5.12.RELEASE]
   	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) [spring-boot-1.5.12.RELEASE.jar:1.5.12.RELEASE]
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) [spring-boot-1.5.12.RELEASE.jar:1.5.12.RELEASE]
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.12.RELEASE.jar:1.5.12.RELEASE]
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.12.RELEASE.jar:1.5.12.RELEASE]
   	at com.baolongxing.loan.Application.main(Application.java:28) [classes/:na]
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
   	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
   	at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) [spring-boot-devtools-1.5.12.RELEASE.jar:1.5.12.RELEASE]
   Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisConnectionFactory' defined in class path resource [org/springframework/boot/autoconfigure/data/redis/RedisAutoConfiguration$RedisConnectionConfiguration.class]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: redis.clients.jedis.JedisPool.<init>(Lorg/apache/commons/pool2/impl/GenericObjectPoolConfig;Ljava/lang/String;IILjava/lang/String;ILjava/lang/String;Z)V
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1630) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	... 23 common frames omitted
   Caused by: java.lang.NoSuchMethodError: redis.clients.jedis.JedisPool.<init>(Lorg/apache/commons/pool2/impl/GenericObjectPoolConfig;Ljava/lang/String;IILjava/lang/String;ILjava/lang/String;Z)V
   	at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.createRedisPool(JedisConnectionFactory.java:275) ~[spring-data-redis-1.8.11.RELEASE.jar:na]
   	at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.createPool(JedisConnectionFactory.java:250) ~[spring-data-redis-1.8.11.RELEASE.jar:na]
   	at org.springframework.data.redis.connection.jedis.JedisConnectionFactory.afterPropertiesSet(JedisConnectionFactory.java:237) ~[spring-data-redis-1.8.11.RELEASE.jar:na]
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1688) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1626) ~[spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
   	... 34 common frames omitted
   
   Disconnected from the target VM, address: '127.0.0.1:60871', transport: 'socket'
   
   Process finished with exit code 0
   
   ```
   这个去掉redis的starter还能用,我打算先用这个了,至于深层次的原因,很抱歉以我目前的能力还无法理解。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services