lyhzzz 2 年之前
父节点
当前提交
d7f902dfdf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/fdkankan/tk/httpClient/address/SocketAddressSource.java

+ 1 - 1
src/main/java/com/fdkankan/tk/httpClient/address/SocketAddressSource.java

@@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
 @Component
 public class SocketAddressSource implements AddressSource {
 
-    @Value("${4dkk.SocketService.basePath}")
+    @Value("${4dkk.socketService.basePath}")
     private String basePath;
 
     @Override