@@ -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) {
@@ -12,8 +12,6 @@ public class FdkkAddressSource implements AddressSource {
@Value("${4dkk.fdService.basePath}")
- @Value("${4dkk.fdService.port}")
@@ -12,8 +12,6 @@ public class LaserAddressSource implements AddressSource {
@Value("${4dkk.laserService.basePath}")
- @Value("${4dkk.laserService.port}")
@@ -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