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のデフォルトのメモリ内セキュリティを使用していると仮定するとInMemoryUserDetailsManager、コードでインスタンスを取得するにはどうすればよいでしょうか?
InMemoryUserDetailsManager
次のように簡単に注入できます@Autowire。
@Autowire
@Autowired private InMemoryUserDetailsManager userDetailsManager;