lyhzzz 2 лет назад
Родитель
Сommit
d7f902dfdf

+ 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