Closed paulux84 closed 5 years ago
Not sure what you mean there (@GlobalMethodSecurity
isn't an annotation from Spring).
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
i have the following spring boot microservice
This protect my rest server with oauth2 protocol (only admin can access to resource). Now i would add GlobalMethodSecurity support but adding
@GlobalMethodSecurity
toOAuth2ResourceConfig
class raise the following error:It'seems a bug or missconfiguration problem? Thanks