lyhzzz %!s(int64=2) %!d(string=hai) anos
pai
achega
67b955262d

+ 1 - 3
src/main/java/com/fdkankan/ucenter/httpClient/address/LaserAddressSource.java

@@ -12,11 +12,9 @@ public class LaserAddressSource implements AddressSource {
     @Value("${4dkk.laserService.basePath}")
     private String basePath;
 
-    @Value("${4dkk.laserService.port}")
-    private String port;
 
     @Override
     public ForestAddress getAddress(ForestRequest forestRequest) {
-        return new ForestAddress("","",Integer.valueOf(port),basePath);
+        return new ForestAddress("","",null,basePath);
     }
 }