{ "version": "2.0.0", "tasks": [ { "label": "Maven: 修复 Java Classpath", "type": "shell", "command": "mvn clean install -DskipTests -pl jeecg-boot-base-core,jeecg-boot-module/jeecg-module-print,jeecg-boot-module/jeecg-module-xslmes -am", "options": { "cwd": "${workspaceFolder}" }, "group": { "kind": "build", "isDefault": false }, "problemMatcher": [] } ] }