소스 검색

1.修改webservice

WoNiu 4 년 전
부모
커밋
6d51379603
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      src/main/java/com/galaxis/manatee/webservice/CountryEndpoint.java

+ 5 - 4
src/main/java/com/galaxis/manatee/webservice/CountryEndpoint.java

@@ -1,10 +1,11 @@
 package com.galaxis.manatee.webservice;
 
 
-import io.spring.guides.gs_producing_web_service.GetList;
-import io.spring.guides.gs_producing_web_service.GetSchema;
-import io.spring.guides.gs_producing_web_service.GetSchemaList;
-import io.spring.guides.gs_producing_web_service.Invoke;
+
+import com.galaxis.manatee.chuanyun_web_service.GetList;
+import com.galaxis.manatee.chuanyun_web_service.GetSchema;
+import com.galaxis.manatee.chuanyun_web_service.GetSchemaList;
+import com.galaxis.manatee.chuanyun_web_service.Invoke;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.ws.server.endpoint.annotation.Endpoint;
 import org.springframework.ws.server.endpoint.annotation.PayloadRoot;