|
@@ -14,7 +14,7 @@ import com.google.common.collect.Sets;
|
|
import cn.com.qmth.examcloud.commons.web.security.bean.Role;
|
|
import cn.com.qmth.examcloud.commons.web.security.bean.Role;
|
|
import cn.com.qmth.examcloud.commons.web.security.bean.User;
|
|
import cn.com.qmth.examcloud.commons.web.security.bean.User;
|
|
import cn.com.qmth.examcloud.commons.web.support.ControllerSupport;
|
|
import cn.com.qmth.examcloud.commons.web.support.ControllerSupport;
|
|
-import cn.com.qmth.examcloud.core.basic.api.RolePrivilegeCloudService;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.core.basic.api.PrivilegeCloudService;
|
|
import cn.com.qmth.examcloud.core.basic.api.bean.PrivilegeInfo;
|
|
import cn.com.qmth.examcloud.core.basic.api.bean.PrivilegeInfo;
|
|
import cn.com.qmth.examcloud.core.basic.api.request.GetPrivilegesReq;
|
|
import cn.com.qmth.examcloud.core.basic.api.request.GetPrivilegesReq;
|
|
import cn.com.qmth.examcloud.core.basic.api.response.GetPrivilegesResp;
|
|
import cn.com.qmth.examcloud.core.basic.api.response.GetPrivilegesResp;
|
|
@@ -35,10 +35,10 @@ import io.swagger.annotations.ApiOperation;
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
*/
|
|
*/
|
|
@RestController
|
|
@RestController
|
|
-@RequestMapping("${$rmp}" + "demo")
|
|
|
|
-public class RolePrivilegeCloudServiceProvider extends ControllerSupport
|
|
|
|
|
|
+@RequestMapping("${$rmp}" + "privilege")
|
|
|
|
+public class PrivilegeCloudServiceProvider extends ControllerSupport
|
|
implements
|
|
implements
|
|
- RolePrivilegeCloudService {
|
|
|
|
|
|
+ PrivilegeCloudService {
|
|
|
|
|
|
private static final long serialVersionUID = -4360164791713797878L;
|
|
private static final long serialVersionUID = -4360164791713797878L;
|
|
|
|
|