Spring_Security API解读
用户相关的信息是通过org.springframework.security.core.userdetails.UserDetailsService接口来加载的。该接口的唯一方法是loadUserBy