springboot 基于IDEA排查脏jar

查看springboot  maven相关依赖  IDEA右上角m,执行命令: dependency:tree,控制台打印结果:

com.xzff:bigdata-system:jar:2.6
[INFO] +- com.xzff:bigdata-qt:jar:2.4:compile
[INFO] |  +- com.xzff:bigdata-generator:jar:2.6:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-starter-freemarker:jar:2.2.6.RELEASE:compile
[INFO] |  |  |  \- org.freemarker:freemarker:jar:2.3.30:compile
[INFO] |  |  \- commons-configuration:commons-configuration:jar:1.9:compile
[INFO] |  |     +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  |     \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  +- com.xzff:bigdata-tools:jar:2.6:compile
[INFO] |  |  +- com.xzff:bigdata-logging:jar:2.6:compile
[INFO] |  |  |  \- com.xzff:bigdata-common:jar:2.6:compile
[INFO] |

你可能感兴趣的:(java代码)