{"id":8466,"date":"2023-11-28T20:28:59","date_gmt":"2023-11-28T12:28:59","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=8466"},"modified":"2023-12-06T10:34:28","modified_gmt":"2023-12-06T02:34:28","slug":"springboot-zhong-ru-he-zai-bu-shi-yongbasepackage","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/11\/28\/springboot-zhong-ru-he-zai-bu-shi-yongbasepackage\/","title":{"rendered":"SpringBoot\u4e2d\u5982\u4f55\u5728\u4e0d\u4f7f\u7528BasePACKAGE\u8fc7\u6ee4\u5668\u7684\u60c5\u51b5\u4e0b\u6392\u9664\u7a0b\u5e8f\u5305\uff1f"},"content":{"rendered":"<p>\u5728 Spring Boot \u4e2d\uff0c\u5982\u679c\u4f60\u60f3\u5728\u4e0d\u4f7f\u7528 <code>@SpringBootApplication<\/code> \u6ce8\u89e3\u7684 <code>basePackage<\/code> \u8fc7\u6ee4\u5668\u7684\u60c5\u51b5\u4e0b\u6392\u9664\u7a0b\u5e8f\u5305\uff0c\u53ef\u4ee5\u4f7f\u7528 <code>@ComponentScan<\/code> \u6ce8\u89e3\u3002<\/p>\n<p>\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c<code>@SpringBootApplication<\/code> \u6ce8\u89e3\u9690\u5f0f\u5305\u542b\u4e86 <code>@ComponentScan<\/code> \u6ce8\u89e3\uff0c\u5e76\u4e14\u4f1a\u626b\u63cf\u4e3b\u5e94\u7528\u7a0b\u5e8f\u7c7b\u6240\u5728\u7684\u5305\u53ca\u5176\u5b50\u5305\u3002\u5982\u679c\u4f60\u60f3\u6392\u9664\u7279\u5b9a\u7684\u5305\uff0c\u53ef\u4ee5\u5728\u4e3b\u5e94\u7528\u7a0b\u5e8f\u7c7b\u4e0a\u4f7f\u7528 <code>@ComponentScan<\/code> \u6ce8\u89e3\uff0c\u5e76\u901a\u8fc7 <code>excludeFilters<\/code> \u5c5e\u6027\u6307\u5b9a\u8981\u6392\u9664\u7684\u5305\u3002<\/p>\n<p>\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\uff1a<\/p>\n<pre><code class=\"language-java\">import org.springframework.boot.autoconfigure.SpringBootApplication;\nimport org.springframework.context.annotation.ComponentScan;\nimport org.springframework.context.annotation.FilterType;\n\n@SpringBootApplication\n@ComponentScan(excludeFilters = @ComponentScan.Filter(\n        type = FilterType.REGEX,\n        pattern = &quot;com.example.excludedpackage.*&quot;\n))\npublic class MyApplication {\n\n    public static void main(String[] args) {\n        SpringApplication.run(MyApplication.class, args);\n    }\n}\n<\/code><\/pre>\n<p>\u5728\u4e0a\u8ff0\u793a\u4f8b\u4e2d\uff0c<code>@ComponentScan<\/code> \u6ce8\u89e3\u7684 <code>excludeFilters<\/code> \u5c5e\u6027\u6307\u5b9a\u4e86\u8981\u6392\u9664\u7684\u5305\uff0c\u4f7f\u7528\u6b63\u5219\u8868\u8fbe\u5f0f\u6307\u5b9a\u4e86\u8981\u6392\u9664\u7684\u5305\u7684\u8def\u5f84\u3002<\/p>\n<p>\u8bf7\u6ce8\u610f\uff0c\u8fd9\u79cd\u65b9\u6cd5\u9002\u7528\u4e8e\u9700\u8981\u5728\u4e0d\u4f7f\u7528 <code>basePackage<\/code> \u8fc7\u6ee4\u5668\u7684\u60c5\u51b5\u4e0b\u6392\u9664\u5305\u7684\u573a\u666f\u3002\u5982\u679c\u4f60\u53ef\u4ee5\u4f7f\u7528 <code>basePackage<\/code> \u8fc7\u6ee4\u5668\uff0c\u5e76\u4e14\u53ea\u662f\u60f3\u6307\u5b9a\u5305\u542b\u7684\u5305\uff0c\u90a3\u4e48\u4f60\u53ef\u4ee5\u76f4\u63a5\u5728 <code>@SpringBootApplication<\/code> \u6ce8\u89e3\u4e0a\u4f7f\u7528 <code>basePackages<\/code> \u5c5e\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 Spring Boot \u4e2d\uff0c\u5982\u679c\u4f60\u60f3\u5728\u4e0d\u4f7f\u7528 @SpringBootApplication \u6ce8\u89e3\u7684 bas [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[100],"tags":[],"class_list":["post-8466","post","type-post","status-publish","format-standard","hentry","category-springboot"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/comments?post=8466"}],"version-history":[{"count":2,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8466\/revisions"}],"predecessor-version":[{"id":16618,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8466\/revisions\/16618"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=8466"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=8466"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=8466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}