FIXME
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user