Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试Spring Security 3.2RC2。是否可以@EnableWebSecurity与预身份验证一起使用?我找不到那个配置器。
@EnableWebSecurity
使用此注释:@EnableGlobalMethodSecurity
@EnableGlobalMethodSecurity
@Configuration @EnableGlobalMethodSecurity(prePostEnabled=true) public class HelloMethodSecurityConfig { ... }
资源