10 2021 档案

摘要:1、本地jar打包到本地仓库 mvn install:install-file -DgroupId=自定义的groupID -DartifactId=自定义的artifactid -Dversion=自定义版本号 -Dpackaging=jar -Dfile=jar包完整地址 mvn install 阅读全文
posted @ 2021-10-27 15:16 sowler 阅读(149) 评论(0) 推荐(0)
摘要:1.设置get方法 ResponseEntity<JSONObject> responseEntity= restTemplate.getForEntity(url,JSONObject.class); 2.设置post方法 MultiValueMap map = new LinkedMultiVa 阅读全文
posted @ 2021-10-26 15:54 sowler 阅读(62) 评论(0) 推荐(0)