10 2021 档案
摘要:1、本地jar打包到本地仓库 mvn install:install-file -DgroupId=自定义的groupID -DartifactId=自定义的artifactid -Dversion=自定义版本号 -Dpackaging=jar -Dfile=jar包完整地址 mvn install
阅读全文
摘要:1.设置get方法 ResponseEntity<JSONObject> responseEntity= restTemplate.getForEntity(url,JSONObject.class); 2.设置post方法 MultiValueMap map = new LinkedMultiVa
阅读全文
浙公网安备 33010602011771号