{"id":430,"date":"2023-10-29T16:13:28","date_gmt":"2023-10-29T08:13:28","guid":{"rendered":"https:\/\/www.talktop.cn\/?p=430"},"modified":"2025-01-01T14:32:50","modified_gmt":"2025-01-01T06:32:50","slug":"spring%e4%ba%8b%e4%bb%b6%e9%a9%b1%e5%8a%a8%e7%bc%96%e7%a8%8b%ef%bc%9a%e5%8e%9f%e7%90%86%e4%b8%8e%e5%ae%9e%e8%b7%b5","status":"publish","type":"post","link":"https:\/\/www.talktop.cn\/?p=430","title":{"rendered":"Spring\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\uff1a\u539f\u7406\u4e0e\u5b9e\u8df5"},"content":{"rendered":"\n<p>Spring\u6846\u67b6\u7684\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\u6a21\u578b\u4e3a\u7ec4\u4ef6\u95f4\u7684\u677e\u8026\u5408\u901a\u4fe1\u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u652f\u6301\u3002\u672c\u6587\u5c06\u6df1\u5165\u63a2\u8ba8\u5176\u5b9e\u73b0\u539f\u7406\uff0c\u6838\u5fc3\u6e90\u7801\uff0c\u5e76\u7ed3\u5408\u5177\u4f53\u4f8b\u5b50\u8fdb\u884c\u8bf4\u660e\u3002<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">\u4e00\u3001Spring\u4e8b\u4ef6\u7684\u6838\u5fc3\u7ec4\u4ef6<\/h5>\n\n\n\n<p>Spring\u7684\u4e8b\u4ef6\u6a21\u578b\u57fa\u4e8e\u4ee5\u4e0b\u51e0\u4e2a\u6838\u5fc3\u7ec4\u4ef6\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>ApplicationEvent<\/code>: \u6240\u6709Spring\u4e8b\u4ef6\u7684\u57fa\u7c7b\u3002<\/li>\n\n\n\n<li><code>ApplicationEventPublisher<\/code>: \u4e8b\u4ef6\u53d1\u5e03\u7684\u63a5\u53e3\u3002<\/li>\n\n\n\n<li><code>ApplicationListener<\/code>: \u4e8b\u4ef6\u76d1\u542c\u5668\u7684\u63a5\u53e3\u3002<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\">\u4e8c\u3001\u4e8b\u4ef6\u7684\u53d1\u5e03\u4e0e\u76d1\u542c<\/h5>\n\n\n\n<p>\u4efb\u4f55Spring\u7ba1\u7406\u7684bean\u90fd\u53ef\u4ee5\u53d1\u5e03\u4e8b\u4ef6\uff0c\u53ea\u9700\u6ce8\u5165<code>ApplicationEventPublisher<\/code>\u5e76\u8c03\u7528<code>publishEvent<\/code>\u65b9\u6cd5\u3002\u76d1\u542c\u4e8b\u4ef6\u5219\u9700\u8981\u5b9e\u73b0<code>ApplicationListener<\/code>\u63a5\u53e3\uff0c\u5e76\u91cd\u5199<code>onApplicationEvent<\/code>\u65b9\u6cd5\u3002<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">\u4e09\u3001\u4e8b\u4ef6\u9a71\u52a8\u7684\u5b9e\u73b0\u539f\u7406<\/h5>\n\n\n\n<p>\u5f53\u4e8b\u4ef6\u88ab\u53d1\u5e03\u65f6\uff0cSpring\u5bb9\u5668\u4f1a\u904d\u5386\u6240\u6709\u6ce8\u518c\u7684\u76d1\u542c\u5668\uff0c\u5e76\u8c03\u7528\u5339\u914d\u4e8b\u4ef6\u7c7b\u578b\u7684\u76d1\u542c\u5668\u3002\u8fd9\u4e00\u8fc7\u7a0b\u662f\u540c\u6b65\u7684\uff0c\u610f\u5473\u7740\u4e8b\u4ef6\u53d1\u5e03\u65b9\u6cd5\u4f1a\u963b\u585e\uff0c\u76f4\u5230\u6240\u6709\u76d1\u542c\u5668\u90fd\u88ab\u8c03\u7528\u3002<\/p>\n\n\n\n<p>\u8fd9\u4e00\u884c\u4e3a\u662f\u901a\u8fc7<code>SimpleApplicationEventMulticaster<\/code>\u7c7b\u5b9e\u73b0\u7684\uff0c\u5b83\u7ef4\u62a4\u4e86\u4e00\u4e2a\u76d1\u542c\u5668\u5217\u8868\uff0c\u5e76\u5728\u4e8b\u4ef6\u53d1\u5e03\u65f6\u904d\u5386\u8fd9\u4e2a\u5217\u8868\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code>public void multicastEvent(final ApplicationEvent event) {\n    for (final ApplicationListener listener : getApplicationListeners(event)) {\n        invokeListener(listener, event);\n    }\n}<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">\u56db\u3001\u793a\u4f8b\uff1a\u7535\u5546\u5e73\u53f0\u8ba2\u5355\u7cfb\u7edf<\/h5>\n\n\n\n<p>\u8003\u8651\u4e00\u4e2a\u7535\u5546\u5e73\u53f0\uff0c\u6bcf\u5f53\u5ba2\u6237\u4e0b\u8ba2\u5355\u65f6\uff0c\u7cfb\u7edf\u9700\u8981\u8fdb\u884c\u4e00\u7cfb\u5217\u64cd\u4f5c\uff0c\u5982\u51cf\u5c11\u5e93\u5b58\u3001\u53d1\u9001\u901a\u77e5\u548c\u751f\u6210\u53d1\u7968\u3002\u8fd9\u4e9b\u64cd\u4f5c\u53ef\u4ee5\u901a\u8fc7\u76d1\u542c<code>OrderCreatedEvent<\/code>\u6765\u5b9e\u73b0\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code>@Component\npublic class StockService implements ApplicationListener {\n    @Override\n    public void onApplicationEvent(OrderCreatedEvent event) {\n        \/\/ ... \u51cf\u5c11\u5e93\u5b58\n    }\n}<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code>@Component\npublic class InvoiceService implements ApplicationListener {\n    @Override\n    public void onApplicationEvent(OrderCreatedEvent event) {\n        \/\/ ... \u751f\u6210\u53d1\u7968\n    }\n}<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">\u4e94\u3001\u4e8b\u4ef6\u7684\u5f02\u6b65\u5904\u7406<\/h5>\n\n\n\n<p>\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0cSpring\u7684\u4e8b\u4ef6\u5904\u7406\u662f\u540c\u6b65\u7684\uff0c\u8fd9\u610f\u5473\u7740\u53d1\u5e03\u4e8b\u4ef6\u7684\u65b9\u6cd5\u4f1a\u963b\u585e\uff0c\u76f4\u5230\u6240\u6709\u76d1\u542c\u5668\u90fd\u88ab\u8c03\u7528\u3002\u4f46\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\uff0c\u6211\u4eec\u53ef\u80fd\u5e0c\u671b\u4e8b\u4ef6\u5904\u7406\u662f\u5f02\u6b65\u7684\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code>@Configuration\n@EnableAsync\npublic class AppConfig {\n    \/\/ ... \u5176\u4ed6\u914d\u7f6e\n}<\/code><\/pre>\n\n\n\n<p>\u7136\u540e\uff0c\u5728\u76d1\u542c\u5668\u65b9\u6cd5\u4e0a\u6dfb\u52a0<code>@Async<\/code>\u6ce8\u89e3\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code>@Service\npublic class AsyncNotificationService implements ApplicationListener {\n    @Async\n    @Override\n    public void onApplicationEvent(OrderCreatedEvent event) {\n        \/\/ ... \u5f02\u6b65\u53d1\u9001\u901a\u77e5\u7ed9\u5ba2\u6237\n    }\n}<\/code><\/pre>\n\n\n\n<p>\u8fd9\u6837\uff0c\u6bcf\u5f53<code>OrderCreatedEvent<\/code>\u88ab\u53d1\u5e03\u65f6\uff0c<code>AsyncNotificationService<\/code>\u4f1a\u5f02\u6b65\u5904\u7406\u4e8b\u4ef6\uff0c\u4e0d\u4f1a\u963b\u585e\u53d1\u5e03\u4e8b\u4ef6\u7684\u65b9\u6cd5\u3002<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">\u516d\u3001\u4f7f\u7528<code>ApplicationEventPublisherAware<\/code>\u63a5\u53e3<\/h5>\n\n\n\n<p>\u9664\u4e86\u76f4\u63a5\u6ce8\u5165<code>ApplicationEventPublisher<\/code>\uff0cbean\u8fd8\u53ef\u4ee5\u5b9e\u73b0<code>ApplicationEventPublisherAware<\/code>\u63a5\u53e3\u6765\u83b7\u53d6\u4e8b\u4ef6\u53d1\u5e03\u5668\u3002\u8fd9\u662f\u4e00\u4e2a\u56de\u8c03\u63a5\u53e3\uff0c\u5141\u8bb8bean\u5728\u521d\u59cb\u5316\u65f6\u83b7\u5f97<code>ApplicationEventPublisher<\/code>\u7684\u5f15\u7528\u3002<\/p>\n\n\n\n<p>\u4e3a\u4e86\u5b9e\u73b0\u5f02\u6b65\u4e8b\u4ef6\u5904\u7406\uff0c\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528<code>@Async<\/code>\u6ce8\u89e3\u3002\u9996\u5148\uff0c\u9700\u8981\u5728Spring\u914d\u7f6e\u4e2d\u542f\u7528\u5f02\u6b65\u5904\u7406\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code>public class OrderService implements ApplicationEventPublisherAware {\n    private ApplicationEventPublisher publisher;\n\n    @Override\n    public void setApplicationEventPublisher(ApplicationEventPublisher publisher) {\n        this.publisher = publisher;\n    }\n\n    public void createOrder(Order order) {\n        \/\/ ... \u521b\u5efa\u8ba2\u5355\u7684\u903b\u8f91\n        publisher.publishEvent(new OrderCreatedEvent(this, order));\n    }\n}<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">\u4e03\u3001\u7ed3\u8bba<\/h5>\n\n\n\n<p>Spring\u7684\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\u63d0\u4f9b\u4e86\u4e00\u79cd\u5f3a\u5927\u7684\u65b9\u5f0f\u6765\u5904\u7406\u5e94\u7528\u5185\u90e8\u7684\u901a\u4fe1\u3002\u901a\u8fc7\u5b9a\u4e49\u3001\u53d1\u5e03\u548c\u76d1\u542c\u4e8b\u4ef6\uff0c\u6211\u4eec\u53ef\u4ee5\u5b9e\u73b0\u7ec4\u4ef6\u95f4\u7684\u677e\u8026\u5408\u901a\u4fe1\uff0c\u63d0\u9ad8\u4ee3\u7801\u7684\u6a21\u5757\u5316\u548c\u53ef\u7ef4\u62a4\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Spring\u6846\u67b6\u7684\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\u6a21\u578b\u4e3a\u7ec4\u4ef6\u95f4\u7684\u677e\u8026\u5408\u901a\u4fe1\u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u652f\u6301\u3002\u672c\u6587\u5c06\u6df1\u5165\u63a2\u8ba8\u5176\u5b9e\u73b0\u539f\u7406\uff0c\u6838\u5fc3\u6e90\u7801\uff0c\u5e76 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[118,59],"tags":[27,16],"class_list":["post-430","post","type-post","status-publish","format-standard","hentry","category-118","category-59","tag-spring","tag-java"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Spring\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\uff1a\u539f\u7406\u4e0e\u5b9e\u8df5<\/title>\n<meta name=\"description\" content=\"Spring\u6846\u67b6\u7684\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\u6a21\u578b\u4e3a\u7ec4\u4ef6\u95f4\u7684\u677e\u8026\u5408\u901a\u4fe1\u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u652f\u6301\u3002\u672c\u6587\u5c06\u6df1\u5165\u63a2\u8ba8\u5176\u5b9e\u73b0\u539f\u7406\uff0c\u6838\u5fc3\u6e90\u7801\uff0c\u5e76\u7ed3\u5408\u5177\u4f53\u4f8b\u5b50\u8fdb\u884c\u8bf4\u660e\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.talktop.cn\/?p=430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.talktop.cn\/?p=430#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=430\"},\"author\":{\"name\":\"AI\u98ce\u5411\u6807\",\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\"},\"headline\":\"Spring\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\uff1a\u539f\u7406\u4e0e\u5b9e\u8df5\",\"datePublished\":\"2023-10-29T08:13:28+00:00\",\"dateModified\":\"2025-01-01T06:32:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=430\"},\"wordCount\":13,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\"},\"keywords\":[\"spring\",\"\u7f16\u7a0b\"],\"articleSection\":[\"\u540e\u7aef\u5f00\u53d1\",\"\u7f16\u7a0b\u6280\u672f\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.talktop.cn\/?p=430#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.talktop.cn\/?p=430\",\"url\":\"https:\/\/www.talktop.cn\/?p=430\",\"name\":\"Spring\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\uff1a\u539f\u7406\u4e0e\u5b9e\u8df5\",\"isPartOf\":{\"@id\":\"https:\/\/www.talktop.cn\/#website\"},\"datePublished\":\"2023-10-29T08:13:28+00:00\",\"dateModified\":\"2025-01-01T06:32:50+00:00\",\"description\":\"Spring\u6846\u67b6\u7684\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\u6a21\u578b\u4e3a\u7ec4\u4ef6\u95f4\u7684\u677e\u8026\u5408\u901a\u4fe1\u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u652f\u6301\u3002\u672c\u6587\u5c06\u6df1\u5165\u63a2\u8ba8\u5176\u5b9e\u73b0\u539f\u7406\uff0c\u6838\u5fc3\u6e90\u7801\uff0c\u5e76\u7ed3\u5408\u5177\u4f53\u4f8b\u5b50\u8fdb\u884c\u8bf4\u660e\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=430#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.talktop.cn\/?p=430\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.talktop.cn\/?p=430#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.talktop.cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Spring\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\uff1a\u539f\u7406\u4e0e\u5b9e\u8df5\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.talktop.cn\/#website\",\"url\":\"https:\/\/www.talktop.cn\/\",\"name\":\"AI\u98ce\u5411\u6807\",\"description\":\"ChatGPT \u4eba\u5de5\u667a\u80fd \u7f16\u7a0b\u6280\u672f AIGC \u540e\u7aef\u6280\u672f \u524d\u7aef\u6280\u672f \u70ed\u95e8\u63d2\u4ef6 \u8fd0\u8425\u76f8\u5173 ChatGPT\u8ba2\u9605 Claude\u5145\u503c \u6d77\u5916\u5145\u503c \u8c37\u6b4c\u90ae\u7bb1\",\"publisher\":{\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\"},\"alternateName\":\"AI\u98ce\u5411\u6807\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.talktop.cn\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\",\"name\":\"AI\u98ce\u5411\u6807\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg\",\"contentUrl\":\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg\",\"width\":512,\"height\":512,\"caption\":\"AI\u98ce\u5411\u6807\"},\"logo\":{\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Spring\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\uff1a\u539f\u7406\u4e0e\u5b9e\u8df5","description":"Spring\u6846\u67b6\u7684\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\u6a21\u578b\u4e3a\u7ec4\u4ef6\u95f4\u7684\u677e\u8026\u5408\u901a\u4fe1\u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u652f\u6301\u3002\u672c\u6587\u5c06\u6df1\u5165\u63a2\u8ba8\u5176\u5b9e\u73b0\u539f\u7406\uff0c\u6838\u5fc3\u6e90\u7801\uff0c\u5e76\u7ed3\u5408\u5177\u4f53\u4f8b\u5b50\u8fdb\u884c\u8bf4\u660e\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.talktop.cn\/?p=430","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.talktop.cn\/?p=430#article","isPartOf":{"@id":"https:\/\/www.talktop.cn\/?p=430"},"author":{"name":"AI\u98ce\u5411\u6807","@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab"},"headline":"Spring\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\uff1a\u539f\u7406\u4e0e\u5b9e\u8df5","datePublished":"2023-10-29T08:13:28+00:00","dateModified":"2025-01-01T06:32:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.talktop.cn\/?p=430"},"wordCount":13,"commentCount":0,"publisher":{"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab"},"keywords":["spring","\u7f16\u7a0b"],"articleSection":["\u540e\u7aef\u5f00\u53d1","\u7f16\u7a0b\u6280\u672f"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.talktop.cn\/?p=430#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.talktop.cn\/?p=430","url":"https:\/\/www.talktop.cn\/?p=430","name":"Spring\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\uff1a\u539f\u7406\u4e0e\u5b9e\u8df5","isPartOf":{"@id":"https:\/\/www.talktop.cn\/#website"},"datePublished":"2023-10-29T08:13:28+00:00","dateModified":"2025-01-01T06:32:50+00:00","description":"Spring\u6846\u67b6\u7684\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\u6a21\u578b\u4e3a\u7ec4\u4ef6\u95f4\u7684\u677e\u8026\u5408\u901a\u4fe1\u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u652f\u6301\u3002\u672c\u6587\u5c06\u6df1\u5165\u63a2\u8ba8\u5176\u5b9e\u73b0\u539f\u7406\uff0c\u6838\u5fc3\u6e90\u7801\uff0c\u5e76\u7ed3\u5408\u5177\u4f53\u4f8b\u5b50\u8fdb\u884c\u8bf4\u660e\u3002","breadcrumb":{"@id":"https:\/\/www.talktop.cn\/?p=430#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.talktop.cn\/?p=430"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.talktop.cn\/?p=430#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.talktop.cn\/"},{"@type":"ListItem","position":2,"name":"Spring\u4e8b\u4ef6\u9a71\u52a8\u7f16\u7a0b\uff1a\u539f\u7406\u4e0e\u5b9e\u8df5"}]},{"@type":"WebSite","@id":"https:\/\/www.talktop.cn\/#website","url":"https:\/\/www.talktop.cn\/","name":"AI\u98ce\u5411\u6807","description":"ChatGPT \u4eba\u5de5\u667a\u80fd \u7f16\u7a0b\u6280\u672f AIGC \u540e\u7aef\u6280\u672f \u524d\u7aef\u6280\u672f \u70ed\u95e8\u63d2\u4ef6 \u8fd0\u8425\u76f8\u5173 ChatGPT\u8ba2\u9605 Claude\u5145\u503c \u6d77\u5916\u5145\u503c \u8c37\u6b4c\u90ae\u7bb1","publisher":{"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab"},"alternateName":"AI\u98ce\u5411\u6807","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.talktop.cn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab","name":"AI\u98ce\u5411\u6807","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/","url":"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg","contentUrl":"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg","width":512,"height":512,"caption":"AI\u98ce\u5411\u6807"},"logo":{"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/posts\/430","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=430"}],"version-history":[{"count":0,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/posts\/430\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=430"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=430"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}