|
@@ -2,6 +2,7 @@ package cn.com.qmth.examcloud.core.basic.api.provider;
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
@@ -24,6 +25,14 @@ import cn.com.qmth.examcloud.core.basic.service.bean.StudentInfo;
|
|
|
import cn.com.qmth.examcloud.core.basic.service.impl.StudentServiceImpl;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
|
+
|
|
|
+ * 类注释
|
|
|
+ *
|
|
|
+ * @author WANGWEI
|
|
|
+ * @date 2018年8月14日
|
|
|
+ * @Copyright (c) 2018-? http:
|
|
|
+ */
|
|
|
+@Transactional
|
|
|
@RestController
|
|
|
@RequestMapping("${$rmp.cloud.basic}" + "student")
|
|
|
public class StudentCloudServiceProvider extends ControllerSupport implements StudentCloudService {
|