摘要:
今日在SpringBoot项目中使用 Spring Security ,登录时发现报500错,报错信息如下: There is no PasswordEncoder mapped for the id "null" 我接着查找了前端页面上,发现密码框的name属性确实指定的是 passw 阅读全文
摘要:
问题的原因是:最主要是权限的问题。 大概说下 ,我导数据库时提示错误:SELECT command denied to user ''@'%' for column 'xxx_id' in table 'users_xxx'; 搜了几个解决办法都没对,但是我确定是访问权限的问题。 最后 阅读全文