FIXME
This commit is contained in:
parent
7aed5f6ca7
commit
87c09d8572
@ -9,6 +9,7 @@ import org.springframework.web.bind.annotation.*;
|
|||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/permissions")
|
@RequestMapping("/permissions")
|
||||||
@RoleVerificationAnnotation(UserIDList = {1})
|
@RoleVerificationAnnotation(UserIDList = {1})
|
||||||
|
//FIXME: Ambiguous mapping. Cannot map 'permissionsController' method
|
||||||
public class PermissionsController {
|
public class PermissionsController {
|
||||||
@Resource
|
@Resource
|
||||||
private PermissionsService permissionsService;
|
private PermissionsService permissionsService;
|
||||||
|
@ -9,6 +9,7 @@ import org.springframework.web.bind.annotation.*;
|
|||||||
@RoleVerificationAnnotation(UserIDList = {1})
|
@RoleVerificationAnnotation(UserIDList = {1})
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/roles")
|
@RequestMapping("/roles")
|
||||||
|
//FIXME: Ambiguous mapping. Cannot map 'RolesController' method
|
||||||
public class RolesController {
|
public class RolesController {
|
||||||
@Resource
|
@Resource
|
||||||
private RolesService rolesService;
|
private RolesService rolesService;
|
||||||
|
Loading…
Reference in New Issue
Block a user