Skip to content

enable Secured methods

Clelia Meneghin requested to merge implement-roles into develop

update bookId method and enable secured methods now, if you want that only an Admin can use a controller method you can add @Secured("ROLE_ADMIN") on top of the method attribute.

Merge request reports