lyhzzz пре 2 година
родитељ
комит
516a91dc81

+ 0 - 2
src/main/java/com/fdkankan/site/httpClient/address/BimAddressSource.java

@@ -12,8 +12,6 @@ public class BimAddressSource implements AddressSource {
     @Value("${4dkk.bimService.basePath}")
     private String basePath;
 
-    @Value("${4dkk.bimService.port}")
-    private String port;
 
     @Override
     public ForestAddress getAddress(ForestRequest forestRequest) {

+ 0 - 2
src/main/java/com/fdkankan/site/httpClient/address/FdkkAddressSource.java

@@ -12,8 +12,6 @@ public class FdkkAddressSource implements AddressSource {
     @Value("${4dkk.fdService.basePath}")
     private String basePath;
 
-    @Value("${4dkk.fdService.port}")
-    private String port;
 
     @Override
     public ForestAddress getAddress(ForestRequest forestRequest) {

+ 0 - 2
src/main/java/com/fdkankan/site/httpClient/address/LaserAddressSource.java

@@ -12,8 +12,6 @@ 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) {

+ 1 - 1
src/main/resources/application-test.yaml

@@ -31,7 +31,7 @@ spring:
 4dkk:
   fdService:
     #官网生产环境:https://www.4dkankan.com      http://test.4dkankan.com
-    basePath: http://test.4dkankan.com
+    basePath: https://v4-uat.4dkankan.com
     port: 80
     #basePath: http://192.168.0.38/4dkankan_v2
     #port: 8080