To check multiple roles has the method level access
I have used @PreAuthorize annotation to check the role
@PreAuthorize(\"hasRole(\\\"\" + AuthoritiesCons
@PreAuthorize("hasAnyRole('ROLE_ADMIN', 'ROLE_USER')")