enable Secured methods
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.
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.