<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>starter on </title>
    <link>/tags/starter/</link>
    <description>Recent content in starter on </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 25 Apr 2026 05:00:00 +0800</lastBuildDate><atom:link href="/tags/starter/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>shop-starter-http-client 集成指南：从零到第一个 @HttpExchange 客户端</title>
      <link>/posts/shop-starter-http-client-integration-2026/</link>
      <pubDate>Sat, 25 Apr 2026 05:00:00 +0800</pubDate>
      
      <guid>/posts/shop-starter-http-client-integration-2026/</guid>
      <description>这是 shop-starter-http-client 的集成指南，按这套步骤通常可以跑起第一个出站客户端。
想了解 starter 内部如何设计：shop-starter-http-client 设计 想深入连接池/超时/HTTP2 的取舍：BFF 连接池与 HTTP/2 实战 前置条件 项 要求 JDK Java 21+（建议 Java 25） Spring Boot 3.5.x 依赖 已通过 shop-common-bom / shop-contracts-bom 管理共享版本 可观测性（推荐） micrometer-tracing-bridge-otel、micrometer-registry-prometheus 5 步集成 下面以 buyer-bff 调用 marketplace-service 列商品接口为例，从 0 走完。
graph LR A[Step 1加依赖] --&gt; B[Step 2配 application.yml] B --&gt; C[Step 3声明 @HttpExchange 接口] C --&gt; D[Step 4注入 Support 建代理 Bean] D --&gt; E[Step 5业务代码调用] Step 1：加依赖 services/buyer-bff/pom.xml：
&amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;dev.</description>
    </item>
    
  </channel>
</rss>
