Hello,
I developed an application using spring security.
I have secure it with intercept-url.
But my application has several project, and an user can not acces at all projects, this permition is defined in my database.
I want know if it's possible to use Spring security for restrict the access without add a ligne in all my controller.
Thanks.

