1
0
mirror of synced 2026-05-22 14:43:15 +00:00

docs: 合适的地方添加 ⚠️ 标识

This commit is contained in:
click33
2026-03-11 10:44:02 +08:00
parent 98a5f7934d
commit c0dbb1ecc8
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ public class FeignInterceptor implements RequestInterceptor {
*/
@FeignClient(
name = "sp-home", // 服务名称
configuration = FeignInterceptor.class, // 请求拦截器 (关键代码)
configuration = FeignInterceptor.class, // 请求拦截器 ⚠️ 关键代码)
fallbackFactory = SpCfgInterfaceFallback.class // 服务降级处理
)
public interface SpCfgInterface {