张家口产业监测
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hb-cyjc-zhangjiakou/脚本/删除swagger-jar包.sh

8 lines
548 B

2 years ago
# 放到 WEB-INF/lib 执行
arr=(classmate-1.5.1.jar guava-20.0.jar jackson-annotations-2.12.0.jar jackson-core-2.12.0.jar jackson-databind-2.12.0.jar spring-plugin-core-1.2.0.RELEASE.jar spring-plugin-metadata-1.2.0.RELEASE.jar springfox-core-2.9.2.jar springfox-schema-2.9.2.jar springfox-spi-2.9.2.jar springfox-spring-web-2.9.2.jar springfox-swagger2-2.9.2.jar springfox-swagger-common-2.9.2.jar springfox-swagger-ui-2.9.2.jar swagger-annotations-1.5.21.jar swagger-models-1.5.21.jar)
for i in ${arr[@]} ;
do
echo "rm $i"
rm $i ;
done