java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id “null”
Spring Boot2集成Security时候在页面输入用户名密码出现的异常,这是配置用户的代码java.lang.IllegalArgumentException: There is no PasswordEncoder mappedfor the id “null”/** * 描述:配置内存用户 * @param auth * @throws Exception */@A...