{"id":2166,"date":"2023-06-27T11:09:19","date_gmt":"2023-06-27T03:09:19","guid":{"rendered":"https:\/\/xinchewhd.com.cn\/?p=2166"},"modified":"2023-06-27T11:09:19","modified_gmt":"2023-06-27T03:09:19","slug":"%e7%94%a8java%e5%8e%9f%e7%94%9f%e7%9a%84%e6%b3%a8%e8%a7%a3%e6%9b%bf%e6%8d%a2spring%e7%9a%84%e6%b3%a8%e8%a7%a3","status":"publish","type":"post","link":"https:\/\/xinchewhd.com.cn\/index.php\/java\/%e7%94%a8java%e5%8e%9f%e7%94%9f%e7%9a%84%e6%b3%a8%e8%a7%a3%e6%9b%bf%e6%8d%a2spring%e7%9a%84%e6%b3%a8%e8%a7%a3\/","title":{"rendered":"\u7528java\u539f\u751f\u7684\u6ce8\u89e3\u66ff\u6362spring\u7684\u6ce8\u89e3"},"content":{"rendered":"\n<p>1\u3001\u5f15\u5165pom\u4f9d\u8d56<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>        &lt;dependency>\n            &lt;groupId>javax.inject&lt;\/groupId>\n            &lt;artifactId>javax.inject&lt;\/artifactId>\n            &lt;version>1&lt;\/version>\n        &lt;\/dependency>\n2\u3001@Named(\"alarmService\"\uff09\u53ef\u4ee5\u66ff\u6362@Service\u7b49\n3\u3001\u4f7f\u7528@Inject\u66ff\u6362@Autowired\u6216\u8005\u4f7f\u7528@Resource\u6ce8\u89e3\n4\u3001\u73b0\u5728\u7684\u7528\u6cd5\uff1a\n@Named(\"WeatherService\")\npublic class WeatherServiceImpl implements WeatherService {\n\n    @Resource\n    private LocationUtils locationUtils;\n\n    @Inject\n    public WeatherServiceImpl(LocationUtils locationUtils) {\n        super();\n        this.locationUtils = locationUtils;\n    }\r\n\n    @Override\n    public Result queryWeather(HttpServletRequest request) {\n        String requestIp = IpUtils.getRemoteIP(request);\n        if (!StringUtils.checkNull(requestIp)) {\n            if (!requestIp.equals(\"0:0:0:0:0:0:0:1\") &amp;&amp; !requestIp.equals(\"127.0.0.1\") &amp;&amp; !requestIp.equals(\"localhost\")) {\n                WeatherVo vo = locationUtils.getLocationByIp(requestIp);\n                return Result.ok(vo);\n            }\n        }\n        return Result.ok();\n    }\n}\n5\u3001\u4ee5\u524d\u7684\u7528\u6cd5\n@Server(\"alarmService\")\npublic class AlarmServiceImpl implements AlarmService {\n    @Autowired\n    private AlarmRecordMapper alarmRecordMapper;\n<\/code><\/pre>\n","raw":"","protected":false},"excerpt":{"rendered":"<p>1\u3001\u5f15\u5165pom\u4f9d\u8d56<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"emotion":"","emotion_color":"","title_style":"","license":"","footnotes":""},"categories":[2],"tags":[],"class_list":["post-2166","post","type-post","status-publish","format-standard","hentry","category-java"],"post_thumbnail_image":"","content_first_image":null,"post_medium_image_300":"","post_thumbnail_image_624":"","post_frist_image":null,"post_medium_image":"","post_large_image":"","post_full_image":"","post_all_images":[],"videoAdId":"","listAd":"0","listAdId":"","listAdEvery":6,"total_comments":0,"category_name":"Java","post_date":"2023-06-27","like_count":"0","praiseWord":"\u9f13\u52b1","copyright_state":"","excitationAd":"0","rewardedVideoAdId":"","detailAdId":"","detailAd":"0","enterpriseMinapp":"0","audios":[],"postImageUrl":"https:\/\/wp-moto-1258805347.cos.ap-shanghai.myqcloud.com\/2023\/05\/20230519082947553.jpg","avatarurls":[],"related_posts":null,"pageviews":324,"next_post_id":1945,"next_post_title":"\u5229\u7528Spring\u5b9e\u73b0\u7b56\u7565\u6a21\u5f0f","previous_post_id":2163,"previous_post_title":"Java\u67b6\u6784\u4e2dVO\u3001DTO\u3001DO\u3001BO\u7684\u533a\u522b\u4e0e\u8054\u7cfb\uff08\u8d85\u8be6\u89e3\uff09","_links":{"self":[{"href":"https:\/\/xinchewhd.com.cn\/index.php\/wp-json\/wp\/v2\/posts\/2166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xinchewhd.com.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xinchewhd.com.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xinchewhd.com.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xinchewhd.com.cn\/index.php\/wp-json\/wp\/v2\/comments?post=2166"}],"version-history":[{"count":0,"href":"https:\/\/xinchewhd.com.cn\/index.php\/wp-json\/wp\/v2\/posts\/2166\/revisions"}],"wp:attachment":[{"href":"https:\/\/xinchewhd.com.cn\/index.php\/wp-json\/wp\/v2\/media?parent=2166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xinchewhd.com.cn\/index.php\/wp-json\/wp\/v2\/categories?post=2166"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xinchewhd.com.cn\/index.php\/wp-json\/wp\/v2\/tags?post=2166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}