|
@@ -6,14 +6,23 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import cn.com.qmth.examcloud.commons.web.support.ControllerSupport;
|
|
|
-import cn.com.qmth.examcloud.exchange.outer.api.DemoWebService;
|
|
|
+import cn.com.qmth.examcloud.exchange.outer.api.DemoCloudService;
|
|
|
import cn.com.qmth.examcloud.exchange.outer.api.request.GetXxxReq;
|
|
|
import cn.com.qmth.examcloud.exchange.outer.api.response.GetXxxResp;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
|
+/**
|
|
|
+ * DEMO
|
|
|
+ *
|
|
|
+ * @author WANGWEI
|
|
|
+ * @date 2018年6月29日
|
|
|
+ * @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
|
+ */
|
|
|
@RestController
|
|
|
-@RequestMapping("${outer.url.prefix}/demo")
|
|
|
-public class DemoWebServiceProvider extends ControllerSupport implements DemoWebService {
|
|
|
+@RequestMapping("${$rmp.cloud.exchange.outer}/demo")
|
|
|
+public class DemoCloudServiceProvider extends ControllerSupport implements DemoCloudService {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = 3492976574163728116L;
|
|
|
|
|
|
@ApiOperation(value = "DEMO", notes = "DEMO")
|
|
|
@PostMapping("getXxx")
|