文件名称:springboot调用第三方查询天气.zip
文件大小:24KB
文件格式:ZIP
更新时间:2023-09-04 06:20:28
第三方天气API
具体业务逻辑 1.需要cityName 2.需要网址 http://wthrcdn.etouch.cn/weather_mini?city=赣州 3.请求 一般使用httpclient,springboot通过restTemplate 来请求 4.获取请求的body 5.通过ObjectMapper把请求的body转成ResponseResult 6.objectMapper.readValue(待转数据,哪个类.class);
【文件预览】:
weather-luyie
----src()
--------test()
--------main()
----target()
--------generated-sources()
--------classes()
----.idea()
--------misc.xml(526B)
--------compiler.xml(787B)
--------workspace.xml(8KB)
--------encodings.xml(191B)
--------inspectionProfiles()
----weather-luyie.iml(81B)
----pom.xml(3KB)