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