You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add method-level security to a web application, you can also add javadoc:org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity[format=annotation] with your desired settings.
wilkinsona
changed the title
Spring Security doc was outdated
Link to @EnableMethodSecurity instead of the deprecated @EnableGlobalMethodSecurity
Nov 28, 2024
@EnableGlobalMethodSecurity at
spring-boot/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/spring-security.adoc
Line 6 in 8964203
was deprecated.
Method Security:
Migrating from @EnableGlobalMethodSecurity:
The text was updated successfully, but these errors were encountered: