790477691 commented on issue #23516: URL: https://github.com/apache/shardingsphere/issues/23516#issuecomment-1379887382
```text <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.hnmjm</groupId> <artifactId>vehicle-parent</artifactId> <version>2.0-SNAPSHOT</version> </parent> <groupId>com.hnmjm</groupId> <artifactId>vehicle-midsrv</artifactId> <version>2.0-SNAPSHOT</version> <dependencies> <!-- https://mvnrepository.com/artifact/org.apache.shardingsphere/shardingsphere-jdbc-core --> <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-jdbc-core</artifactId> <version>5.3.1</version> <exclusions> <exclusion> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </exclusion> </exclusions> </dependency> <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml --> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>1.33</version> </dependency> <dependency> <groupId>com.hnmjm</groupId> <artifactId>vehicle-common</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> </exclusion> <exclusion> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> </dependency> <!-- Swagger API文档 --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>2.7.0</version> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.7.0</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>31.1-jre</version> <scope>compile</scope> </dependency> </dependencies> <profiles> <profile> <id>dev</id> <properties> <db.dynamic>true</db.dynamic> </properties> </profile> </profiles> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>1.4.1.RELEASE</version> <executions> <execution> <goals> <goal>repackage</goal> </goals> </execution> </executions> <configuration> <mainClass>com.hnmjm.vehicle.midsrv.MiddleServer</mainClass> </configuration> </plugin> </plugins> </build> </project> ``` ```text [INFO] [INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ vehicle-midsrv --- [INFO] com.hnmjm:vehicle-midsrv:jar:2.0-SNAPSHOT [INFO] +- org.apache.shardingsphere:shardingsphere-jdbc-core:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-transaction-core:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-transaction-api:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-infra-executor:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-sql-parser-sql92:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-sql-parser-engine:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-sql-parser-spi:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-sql-parser-statement:jar:5.3.1:compile [INFO] | | \- org.antlr:antlr4-runtime:jar:4.9.2:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-sql-parser-mysql:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-sql-parser-postgresql:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-sql-parser-oracle:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-sql-parser-sqlserver:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-sql-parser-opengauss:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-mysql-dialect-exception:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-dialect-exception-core:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-postgresql-dialect-exception:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-authority-core:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-authority-api:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-single-core:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-single-api:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-infra-route:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-traffic-core:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-infra-common:jar:5.3.1:compile [INFO] | | | \- org.apache.shardingsphere:shardingsphere-infra-util:jar:5.3.1:compile [INFO] | | | \- org.apache.groovy:groovy:jar:4.0.6:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-infra-binder:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-traffic-api:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-infra-context:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-distsql-parser:jar:5.3.1:compile [INFO] | | | \- org.apache.shardingsphere:shardingsphere-distsql-statement:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-sql-translator-core:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-sql-translator-api:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-standalone-mode-core:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-mode-core:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-standalone-mode-repository-api:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-standalone-mode-repository-jdbc-h2:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-standalone-mode-repository-jdbc-core:jar:5.3.1:compile [INFO] | | \- com.zaxxer:HikariCP:jar:3.2.0:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-cluster-mode-core:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-cluster-mode-repository-api:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-sharding-core:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-sharding-api:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-data-pipeline-api:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-infra-rewrite:jar:5.3.1:compile [INFO] | | | \- org.apache.shardingsphere:shardingsphere-sql-translator-native-provider:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-infra-merge:jar:5.3.1:compile [INFO] | | | \- org.apache.calcite:calcite-linq4j:jar:1.32.0:compile [INFO] | | | +- org.apiguardian:apiguardian-api:jar:1.1.2:compile [INFO] | | | \- org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile [INFO] | | | +- org.apache.calcite.avatica:avatica-metrics:jar:1.22.0:compile [INFO] | | | +- org.apache.httpcomponents.client5:httpclient5:jar:5.1.3:runtime [INFO] | | | | \- org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3:runtime [INFO] | | | \- org.apache.httpcomponents.core5:httpcore5:jar:5.1.3:runtime [INFO] | | +- org.apache.shardingsphere:shardingsphere-system-datetime:jar:5.3.1:compile [INFO] | | | \- org.apache.shardingsphere:shardingsphere-infra-datetime-spi:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-sharding-cosid:jar:5.3.1:compile [INFO] | | | \- me.ahoo.cosid:cosid-core:jar:1.16.0:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-sharding-nanoid:jar:5.3.1:compile [INFO] | | \- com.aventrix.jnanoid:jnanoid:jar:2.0.0:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-sharding-cache:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-readwrite-splitting-core:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-readwrite-splitting-api:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-db-discovery-core:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-db-discovery-api:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-db-discovery-mysql:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-db-discovery-opengauss:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-schedule-core:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere.elasticjob:elasticjob-lite-core:jar:3.0.2:compile [INFO] | | | +- org.apache.shardingsphere.elasticjob:elasticjob-api:jar:3.0.2:compile [INFO] | | | +- org.apache.shardingsphere.elasticjob:elasticjob-infra-common:jar:3.0.2:compile [INFO] | | | +- org.apache.shardingsphere.elasticjob:elasticjob-registry-center-api:jar:3.0.2:compile [INFO] | | | +- org.apache.shardingsphere.elasticjob:elasticjob-registry-center-zookeeper-curator:jar:3.0.2:compile [INFO] | | | | \- org.apache.curator:curator-recipes:jar:5.1.0:compile [INFO] | | | +- org.apache.shardingsphere.elasticjob:elasticjob-simple-executor:jar:3.0.2:compile [INFO] | | | | \- org.apache.shardingsphere.elasticjob:elasticjob-executor-kernel:jar:3.0.2:compile [INFO] | | | | \- org.apache.shardingsphere.elasticjob:elasticjob-error-handler-general:jar:3.0.2:compile [INFO] | | | | \- org.apache.shardingsphere.elasticjob:elasticjob-error-handler-spi:jar:3.0.2:compile [INFO] | | | +- org.apache.shardingsphere.elasticjob:elasticjob-dataflow-executor:jar:3.0.2:compile [INFO] | | | +- org.apache.shardingsphere.elasticjob:elasticjob-script-executor:jar:3.0.2:compile [INFO] | | | | \- org.apache.commons:commons-exec:jar:1.3:compile [INFO] | | | +- org.apache.shardingsphere.elasticjob:elasticjob-http-executor:jar:3.0.2:compile [INFO] | | | +- org.apache.shardingsphere.elasticjob:elasticjob-tracing-rdb:jar:3.0.2:compile [INFO] | | | | \- org.apache.shardingsphere.elasticjob:elasticjob-tracing-api:jar:3.0.2:compile [INFO] | | | +- com.google.code.gson:gson:jar:2.8.6:compile [INFO] | | | \- org.quartz-scheduler:quartz:jar:2.3.2:compile [INFO] | | | \- com.mchange:mchange-commons-java:jar:0.2.15:compile [INFO] | | \- org.apache.shardingsphere.elasticjob:elasticjob-lite-lifecycle:jar:3.0.2:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-encrypt-core:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-encrypt-api:jar:5.3.1:compile [INFO] | | \- commons-codec:commons-codec:jar:1.11:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-encrypt-sm:jar:5.3.1:compile [INFO] | | \- org.bouncycastle:bcprov-jdk15on:jar:1.70:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-mask-core:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-mask-api:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-shadow-core:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-shadow-api:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-sql-federation-core:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-sql-federation-api:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-sql-federation-executor-advanced:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-sql-federation-executor-core:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-sql-federation-optimizer:jar:5.3.1:compile [INFO] | | \- org.apache.calcite:calcite-core:jar:1.32.0:compile [INFO] | | +- org.locationtech.jts:jts-core:jar:1.19.0:compile [INFO] | | +- org.locationtech.jts.io:jts-io-common:jar:1.19.0:compile [INFO] | | | \- com.googlecode.json-simple:json-simple:jar:1.1.1:compile [INFO] | | +- org.locationtech.proj4j:proj4j:jar:1.1.5:compile [INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.10:runtime [INFO] | | +- com.google.uzaygezen:uzaygezen-core:jar:0.2:runtime [INFO] | | +- com.jayway.jsonpath:json-path:jar:2.4.0:runtime [INFO] | | | \- net.minidev:json-smart:jar:2.3:runtime [INFO] | | | \- net.minidev:accessors-smart:jar:1.2:runtime [INFO] | | | \- org.ow2.asm:asm:jar:5.0.4:runtime [INFO] | | +- com.yahoo.datasketches:sketches-core:jar:0.9.0:runtime [INFO] | | | \- com.yahoo.datasketches:memory:jar:0.9.0:runtime [INFO] | | +- net.hydromatic:aggdesigner-algorithm:jar:6.0:runtime [INFO] | | | +- commons-lang:commons-lang:jar:2.6:runtime [INFO] | | | \- commons-logging:commons-logging:jar:1.1.3:runtime [INFO] | | +- org.codehaus.janino:commons-compiler:jar:3.0.15:runtime [INFO] | | \- org.codehaus.janino:janino:jar:3.0.15:runtime [INFO] | +- org.apache.shardingsphere:shardingsphere-sql-federation-executor-original:jar:5.3.1:compile [INFO] | +- org.apache.shardingsphere:shardingsphere-parser-core:jar:5.3.1:compile [INFO] | | +- org.apache.shardingsphere:shardingsphere-parser-api:jar:5.3.1:compile [INFO] | | \- org.apache.shardingsphere:shardingsphere-infra-parser:jar:5.3.1:compile [INFO] | +- org.apache.commons:commons-collections4:jar:4.4:compile [INFO] | +- com.h2database:h2:jar:1.4.200:runtime [INFO] | +- org.slf4j:slf4j-api:jar:1.7.29:compile [INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.7.29:compile [INFO] | \- org.slf4j:jul-to-slf4j:jar:1.7.29:compile ### [INFO] +- org.yaml:snakeyaml:jar:1.33:compile [INFO] +- com.hnmjm:vehicle-common:jar:2.0-SNAPSHOT:compile [INFO] | +- org.springframework.data:spring-data-redis:jar:2.1.14.RELEASE:compile [INFO] | | +- org.springframework.data:spring-data-keyvalue:jar:2.1.14.RELEASE:compile [INFO] | | | \- org.springframework.data:spring-data-commons:jar:2.1.14.RELEASE:compile [INFO] | | +- org.springframework:spring-tx:jar:5.1.9.RELEASE:compile [INFO] | | +- org.springframework:spring-oxm:jar:5.1.9.RELEASE:compile [INFO] | | +- org.springframework:spring-aop:jar:5.1.9.RELEASE:compile [INFO] | | \- org.springframework:spring-context-support:jar:5.1.9.RELEASE:compile [INFO] | +- org.springframework:spring-beans:jar:5.1.9.RELEASE:compile [INFO] | | \- org.springframework:spring-core:jar:5.1.9.RELEASE:compile [INFO] | | \- org.springframework:spring-jcl:jar:5.1.9.RELEASE:compile [INFO] | +- org.springframework:spring-context:jar:5.1.9.RELEASE:compile [INFO] | | \- org.springframework:spring-expression:jar:5.1.9.RELEASE:compile [INFO] | +- org.springframework.kafka:spring-kafka:jar:2.2.0.RELEASE:compile [INFO] | | +- org.springframework:spring-messaging:jar:5.1.9.RELEASE:compile [INFO] | | +- org.springframework.retry:spring-retry:jar:1.2.4.RELEASE:compile [INFO] | | \- org.apache.kafka:kafka-clients:jar:2.0.0:compile [INFO] | | +- org.lz4:lz4-java:jar:1.4.1:compile [INFO] | | \- org.xerial.snappy:snappy-java:jar:1.1.7.1:compile [INFO] | +- org.apache.kafka:kafka_2.12:jar:2.0.0:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.10.1:compile [INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.10:compile [INFO] | | +- net.sf.jopt-simple:jopt-simple:jar:5.0.4:compile [INFO] | | +- com.yammer.metrics:metrics-core:jar:2.2.0:compile [INFO] | | +- org.scala-lang:scala-library:jar:2.12.6:compile [INFO] | | +- org.scala-lang:scala-reflect:jar:2.12.6:compile [INFO] | | +- com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.0:compile [INFO] | | +- com.101tec:zkclient:jar:0.10:compile [INFO] | | \- org.apache.zookeeper:zookeeper:jar:3.4.13:compile [INFO] | | \- org.apache.yetus:audience-annotations:jar:0.5.0:compile [INFO] | +- redis.clients:jedis:jar:2.9.0:compile [INFO] | | \- org.apache.commons:commons-pool2:jar:2.6.2:compile [INFO] | +- org.apache.commons:commons-dbcp2:jar:2.5.0:compile [INFO] | +- org.mybatis.spring.boot:mybatis-spring-boot-starter:jar:2.2.1:compile [INFO] | | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.1.11.RELEASE:compile [INFO] | | | \- org.springframework:spring-jdbc:jar:5.1.9.RELEASE:compile [INFO] | | +- org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:jar:2.2.1:compile [INFO] | | \- org.mybatis:mybatis-spring:jar:2.0.6:compile [INFO] | +- mysql:mysql-connector-java:jar:8.0.15:compile [INFO] | | \- com.google.protobuf:protobuf-java:jar:3.6.1:compile [INFO] | +- com.oracle.database.jdbc:ojdbc8:jar:12.2.0.1:compile [INFO] | +- com.alibaba:druid:jar:1.1.22:compile [INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.15.0:compile [INFO] | +- org.apache.logging.log4j:log4j-api:jar:2.15.0:compile [INFO] | +- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.15.0:compile [INFO] | +- org.apache.curator:curator-framework:jar:3.0.0:compile [INFO] | | \- org.apache.curator:curator-client:jar:3.0.0:compile [INFO] | +- org.mybatis:mybatis:jar:3.5.9:compile [INFO] | +- com.github.pagehelper:pagehelper:jar:4.2.1:compile [INFO] | | \- com.github.jsqlparser:jsqlparser:jar:0.9.5:compile [INFO] | +- com.alibaba:fastjson:jar:1.2.38:compile [INFO] | +- commons-io:commons-io:jar:2.5:compile [INFO] | +- org.apache.commons:commons-lang3:jar:3.9:compile [INFO] | +- org.apache.mina:mina-core:jar:2.0.4:compile [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.10:compile [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.12:compile [INFO] | +- tk.mybatis:mapper:jar:4.1.5:compile [INFO] | | \- javax.persistence:persistence-api:jar:1.0:compile [INFO] | +- commons-net:commons-net:jar:3.6:compile [INFO] | +- org.gavaghan:geodesy:jar:1.1.3:compile [INFO] | +- org.springframework.boot:spring-boot-starter-cache:jar:2.4.4:compile [INFO] | \- com.github.ben-manes.caffeine:caffeine:jar:2.9.0:compile [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.1.11.RELEASE:compile [INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.1.11.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot:jar:2.1.11.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.1.11.RELEASE:compile [INFO] | | \- javax.annotation:javax.annotation-api:jar:1.3.2:compile [INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.1.11.RELEASE:compile [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.10:compile [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.10:compile [INFO] | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.10:compile [INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.11.RELEASE:compile [INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.29:compile [INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.29:compile [INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.29:compile [INFO] | +- org.hibernate.validator:hibernate-validator:jar:6.0.18.Final:compile [INFO] | | +- javax.validation:validation-api:jar:2.0.1.Final:compile [INFO] | | \- org.jboss.logging:jboss-logging:jar:3.3.3.Final:compile [INFO] | +- org.springframework:spring-web:jar:5.1.9.RELEASE:compile [INFO] | \- org.springframework:spring-webmvc:jar:5.1.9.RELEASE:compile [INFO] +- org.projectlombok:lombok:jar:1.18.10:compile (optional) [INFO] +- io.springfox:springfox-swagger-ui:jar:2.7.0:compile [INFO] | \- io.springfox:springfox-spring-web:jar:2.7.0:compile [INFO] | \- org.reflections:reflections:jar:0.9.11:compile [INFO] | \- org.javassist:javassist:jar:3.21.0-GA:compile [INFO] +- io.springfox:springfox-swagger2:jar:2.7.0:compile [INFO] | +- io.swagger:swagger-annotations:jar:1.5.13:compile [INFO] | +- io.swagger:swagger-models:jar:1.5.13:compile [INFO] | | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.10:compile [INFO] | +- io.springfox:springfox-spi:jar:2.7.0:compile [INFO] | | \- io.springfox:springfox-core:jar:2.7.0:compile [INFO] | | \- net.bytebuddy:byte-buddy:jar:1.9.16:compile [INFO] | +- io.springfox:springfox-schema:jar:2.7.0:compile [INFO] | +- io.springfox:springfox-swagger-common:jar:2.7.0:compile [INFO] | +- com.fasterxml:classmate:jar:1.4.0:compile [INFO] | +- org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile [INFO] | +- org.springframework.plugin:spring-plugin-metadata:jar:1.2.0.RELEASE:compile [INFO] | \- org.mapstruct:mapstruct:jar:1.1.0.Final:compile [INFO] +- io.netty:netty-all:jar:4.1.43.Final:compile [INFO] \- com.google.guava:guava:jar:31.1-jre:compile [INFO] +- com.google.guava:failureaccess:jar:1.0.1:compile [INFO] +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile [INFO] +- com.google.code.findbugs:jsr305:jar:3.0.2:compile [INFO] +- org.checkerframework:checker-qual:jar:3.12.0:compile [INFO] +- com.google.errorprone:error_prone_annotations:jar:2.11.0:compile [INFO] \- com.google.j2objc:j2objc-annotations:jar:1.3:compile [INFO] ``` ```text *************************** APPLICATION FAILED TO START *************************** Description: An attempt was made to call a method that does not exist. The attempt was made from the following location: org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor$1.<init>(ShardingSphereYamlConstructor.java:45) The following method did not exist: org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor$1.setCodePointLimit(I)V The method's class, org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor$1, is available from the following locations: jar:file:/D:/devtool/apache-maven-3.6.0/repository/org/apache/shardingsphere/shardingsphere-infra-util/5.3.1/shardingsphere-infra-util-5.3.1.jar!/org/apache/shardingsphere/infra/util/yaml/constructor/ShardingSphereYamlConstructor$1.class It was loaded from the following location: file:/D:/devtool/apache-maven-3.6.0/repository/org/apache/shardingsphere/shardingsphere-infra-util/5.3.1/shardingsphere-infra-util-5.3.1.jar Action: Correct the classpath of your application so that it contains a single, compatible version of org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor$1 ``` I really tried。... The problem remains unresolved, I wonder what the problem is -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
