Commit eacd49ef authored by Quxl's avatar Quxl

x

parent 5eb255e3
...@@ -9,9 +9,7 @@ import org.springframework.stereotype.Component; ...@@ -9,9 +9,7 @@ import org.springframework.stereotype.Component;
import com.egolm.sso.service.MaterialMasterService; import com.egolm.sso.service.MaterialMasterService;
@Component @Component
@WebService(serviceName = "MaterialMasterService", @WebService(serviceName = "MaterialMasterService", targetNamespace = "http://service.sso.egolm.com", endpointInterface = "com.egolm.sso.service.MaterialMasterService")
targetNamespace = "http://service.sso.egolm.com",
endpointInterface = "com.egolm.sso.service.MaterialMasterService")
public class MaterialMasterServiceImpl implements MaterialMasterService { public class MaterialMasterServiceImpl implements MaterialMasterService {
@Autowired @Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment