Closed
Description
Describe the bug
After using the version Latest corresponding to Boot3 and opening the annotation @ EnableMethodSecurity, @ PreAuthorize is still invalid, but using the old @ EnableGlobalMethodSecurity is normal to enter @ PreAuthorize. What is missing or a bug
To Reproduce
Use @ EnableMethodSecurity
Expected behavior
@PreAuthorize needs to work