security中使用单元测试,登录
//当我们执行单元测试时,将通过UserDetailsService 的loadUserByUsername方法查找用户名为admin的用户并加载到安全上下文中@WithUserDetails("admin")