Browse Source

增加正式地址和正式producerId。

zhuoning 3 years ago
parent
commit
78a8873964

+ 0 - 1
huimv-manage/src/main/java/com/huimv/manage/eartag/service/impl/ApplyServiceImpl.java

@@ -10,7 +10,6 @@ import com.huimv.manage.util.Result;
 import com.huimv.manage.util.ResultCode;
 import lombok.extern.slf4j.Slf4j;
 import org.springframework.beans.factory.annotation.Autowired;
-//import org.springframework.cglib.core.Predicate;
 import org.springframework.data.domain.*;
 import org.springframework.data.jpa.domain.Specification;
 import org.springframework.stereotype.Service;

+ 9 - 2
huimv-manage/src/main/resources/application.properties

@@ -10,5 +10,12 @@ spring.profiles.active=public
 #spring.datasource.tomcat.default-auto-commit=true
 #spring.datasource.tomcat.test-on-borrow=false
 
-webservice.url=http://atap.cadc.net.cn:19090/EarMarkManage/WebService2/ProduceMissionService.asmx?wsdl
-webservice.producerId=161374
+#测试地址(19090端口)
+#webservice.url=http://atap.cadc.net.cn:19090/EarMarkManage/WebService2/ProduceMissionService.asmx?wsdl
+#正式地址(80端口)
+webservice.url=http://atap.cadc.net.cn:80/EarMarkManage/WebService2/ProduceMissionService.asmx?wsdl
+
+#测试producerId
+#webservice.producerId=161374
+#正式producerId
+webservice.producerId=162048