1.列出 JAR 包内所有 fastjson 相关文件:
cmd运行:
jar tf app-0.0.1-SNAPSHOT.jar | findstr fastjson
2.如果输出较多,直接只看 lib 目录:
jar tf app-0.0.1-SNAPSHOT.jar | findstr "BOOT-INF/lib/fastjson"
cmd运行:
jar tf app-0.0.1-SNAPSHOT.jar | findstr fastjson
jar tf app-0.0.1-SNAPSHOT.jar | findstr "BOOT-INF/lib/fastjson"
评论 (0)
请 登录 后发表评论