{"id":1084,"date":"2024-10-20T11:32:11","date_gmt":"2024-10-20T11:32:11","guid":{"rendered":"https:\/\/blue16.cn\/?p=1084"},"modified":"2024-10-23T11:52:43","modified_gmt":"2024-10-23T11:52:43","slug":"%e8%a7%a3%e5%86%b3maven%e4%b8%8b%e8%bd%bd%e4%be%9d%e8%b5%96%e6%85%a2%e7%9a%84%e9%97%ae%e9%a2%98","status":"publish","type":"post","link":"https:\/\/blue16.cn\/index.php\/2024\/10\/20\/1084\/","title":{"rendered":"\u89e3\u51b3Maven\u4e0b\u8f7d\u4f9d\u8d56\u6162\u7684\u95ee\u9898"},"content":{"rendered":"\n<p>\u7ecf\u8fc7\u6700\u8fd1\u6d4b\u8bd5\uff0c\u6709\u4e24\u79cd\u65b9\u6848\u3002\u5982\u679c\u6709\u4ee3\u7406\u7684\u63a8\u8350\u540e\u8005\uff08\u6362\u6e90\u5bb9\u6613\u62a5\u4e00\u4e9b\u83ab\u540d\u5176\u5999\u7684\u9519\u8bef\uff09<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u65b9\u6cd5\u4e00\uff1a\u6362\u6e90<\/h2>\n\n\n\n<p>\u5728IDEA\u4e2d\uff0c\u6253\u5f00\u4e0b\u5217\u7684\u6587\u4ef6\uff1a<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/blue16.cn\/wp-content\/uploads\/2024\/10\/image-48-1024x713.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"713\" data-original=\"https:\/\/blue16.cn\/wp-content\/uploads\/2024\/10\/image-48-1024x713.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1085\" style=\"width:467px;height:auto\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/div><\/figure>\n<\/div>\n\n\n<p>\u8f93\u5165\u4e0b\u9762\u7684\u5185\u5bb9\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?>\n&lt;settings xmlns=\"http:\/\/maven.apache.org\/SETTINGS\/1.0.0\"\n          xmlns:xsi=\"http:\/\/www.w3.org\/2001\/XMLSchema-instance\"\n          xsi:schemaLocation=\"http:\/\/maven.apache.org\/SETTINGS\/1.0.0 http:\/\/maven.apache.org\/xsd\/settings-1.0.0.xsd\">\n    &lt;mirrors>\n        &lt;mirror>\n            &lt;id>aliyun&lt;\/id>\n            &lt;url>http:\/\/maven.aliyun.com\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>central&lt;\/id>\n            &lt;url>https:\/\/repo1.maven.org\/maven2\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>netease&lt;\/id>\n            &lt;url>http:\/\/maven.netease.com\/repository\/public\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>huaweicloud&lt;\/id>\n            &lt;url>https:\/\/repo.huaweicloud.com\/repository\/maven\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>tencent&lt;\/id>\n            &lt;url>https:\/\/mirrors.cloud.tencent.com\/repository\/maven\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>ustc&lt;\/id>\n            &lt;url>http:\/\/mirrors.ustc.edu.cn\/maven\/maven2\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>nju&lt;\/id>\n            &lt;url>http:\/\/maven.nju.edu.cn\/repository\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>tsinghua&lt;\/id>\n            &lt;url>https:\/\/repo.maven.apache.org\/maven2\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>bit&lt;\/id>\n            &lt;url>http:\/\/mirror.bit.edu.cn\/maven\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>neusoft&lt;\/id>\n            &lt;url>https:\/\/mirrors.neusoft.edu.cn\/maven2\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>opencas&lt;\/id>\n            &lt;url>http:\/\/maven.opencas.cn\/maven\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n        &lt;mirror>\n            &lt;id>bjtu&lt;\/id>\n            &lt;url>http:\/\/maven.bjtu.edu.cn\/maven2\/&lt;\/url>\n            &lt;mirrorOf>central&lt;\/mirrorOf>\n        &lt;\/mirror>\n    &lt;\/mirrors>\n&lt;\/settings>\n<\/code><\/pre>\n\n\n\n<p>\u7136\u540eReload\u4e00\u4e0b\u9879\u76ee\uff0c\u5b8c\u7f8e\u89e3\u51b3\u3002<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/blue16.cn\/wp-content\/uploads\/2024\/10\/image-49-1024x533.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"533\" data-original=\"https:\/\/blue16.cn\/wp-content\/uploads\/2024\/10\/image-49-1024x533.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-1086\" style=\"width:434px;height:auto\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/div><\/figure>\n<\/div>\n\n\n<p>PS\uff1a\u5982\u679csettings.xml\u5199\u9519\u4e86\uff0c\u6216\u8005\u4e0d\u60f3\u6362\u6e90\u4e86\uff0c\u53ef\u4ee5\u76f4\u63a5\u5220\u9664settings.xml\u5373\u53ef\u8fd8\u539f\u9ed8\u8ba4\u8bbe\u7f6e\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u65b9\u6cd5\u4e8c\uff1a\u52a0\u4ee3\u7406\uff08\u63a8\u8350\uff09<\/h2>\n\n\n\n<p>\u6ce8\u610f\uff0c\u8fd9\u91cc\u7684\u4ee3\u7406\u4e0d\u80fd\u5728IDEA\u4e2d\u7684proxy\u4e2d\u8bbe\u7f6e\uff0c\u9700\u8981\u5728maven\u7684settings.xml\u4e2d\u8fdb\u884c\u8bbe\u7f6e\u624d\u80fd\u751f\u6548\u3002<\/p>\n\n\n\n<p>\u6839\u636e\u4e0a\u9762\u7684\u6b65\u9aa4\u6253\u5f00settings.xml\uff0c\u5728\u6b63\u6587\u4e2d\u52a0\u5165\u5982\u4e0b\u5185\u5bb9\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    &lt;proxies>\n        &lt;proxy>\n            &lt;id>my-proxy&lt;\/id>\n            &lt;active>true&lt;\/active>\n            &lt;protocol>http&lt;\/protocol>\n            &lt;host>127.0.0.1&lt;\/host>\n            &lt;port>7890&lt;\/port>\n            &lt;!--\n              &lt;username>***&lt;\/username>\n              &lt;password>***&lt;\/password>\n              &lt;nonProxyHosts>\n                repository.mycom.com|*.google.com\n              &lt;\/nonProxyHosts>\n            -->\n        &lt;\/proxy>\n    &lt;\/proxies><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u7ecf\u8fc7\u6700\u8fd1\u6d4b\u8bd5\uff0c\u6709\u4e24\u79cd\u65b9\u6848\u3002\u5982\u679c\u6709\u4ee3\u7406\u7684\u63a8\u8350\u540e\u8005\uff08\u6362\u6e90\u5bb9\u6613\u62a5\u4e00\u4e9b\u83ab\u540d\u5176\u5999\u7684\u9519\u8bef\uff09 \u65b9\u6cd5\u4e00\uff1a\u6362\u6e90 \u5728IDEA\u4e2d\uff0c\u6253 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[63,26,27],"tags":[],"class_list":["post-1084","post","type-post","status-publish","format-standard","hentry","category-java","category-study","category-study_note"],"_links":{"self":[{"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/posts\/1084","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/comments?post=1084"}],"version-history":[{"count":5,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/posts\/1084\/revisions"}],"predecessor-version":[{"id":1103,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/posts\/1084\/revisions\/1103"}],"wp:attachment":[{"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/media?parent=1084"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/categories?post=1084"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/tags?post=1084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}