Skip to content

Instantly share code, notes, and snippets.

@xiangzhuyuan
Created September 7, 2020 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiangzhuyuan/e8ec331ac3f4c5d230d58709bcf4f838 to your computer and use it in GitHub Desktop.
Save xiangzhuyuan/e8ec331ac3f4c5d230d58709bcf4f838 to your computer and use it in GitHub Desktop.
sprint batch
[INFO] --- maven-dependency-plugin:3.1.2:tre...
[INFO] +- org.springframework.boot:spring-boot-starter-batch:jar:2.3.0.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.3.0.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:2.3.0.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.3.0.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.3.0.RELEASE:compile
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.13.2:compile
[INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.30:compile
[INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.26:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.3.0.RELEASE:compile
[INFO] | | \- com.zaxxer:HikariCP:jar:3.4.5:compile
[INFO] | \- org.springframework.batch:spring-batch-core:jar:4.2.2.RELEASE:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.0:compile
[INFO] | +- io.micrometer:micrometer-core:jar:1.5.1:compile
[INFO] | | +- org.hdrhistogram:HdrHistogram:jar:2.1.12:compile
[INFO] | | \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
[INFO] | +- javax.batch:javax.batch-api:jar:1.0:compile
[INFO] | +- org.codehaus.jettison:jettison:jar:1.2:compile
[INFO] | +- org.springframework.batch:spring-batch-infrastructure:jar:4.2.2.RELEASE:compile
[INFO] | | \- org.springframework.retry:spring-retry:jar:1.2.5.RELEASE:compile
[INFO] | +- org.springframework:spring-aop:jar:5.2.6.RELEASE:compile
[INFO] | +- org.springframework:spring-beans:jar:5.2.6.RELEASE:compile
[INFO] | \- org.springframework:spring-tx:jar:5.2.6.RELEASE:compile
[INFO] +- org.mybatis.spring.boot:mybatis-spring-boot-starter:jar:2.1.2:compile
[INFO] | +- org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:jar:2.1.2:compile
[INFO] | +- org.mybatis:mybatis:jar:3.5.4:compile
[INFO] | \- org.mybatis:mybatis-spring:jar:2.0.4:compile
[INFO] +- mysql:mysql-connector-java:jar:8.0.20:compile
...
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.3.0.RELEASE:test
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment