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 { ... }
ソース