Spring Security 小坑 如果在项目中,添加了 Spring Security 依赖,那么项目就会默认开启 Http Basic 认证,就会自动生成密码。在开启了 Http Basic 认证后,必须需要使用Get 请求才可以使用,Post 请求会报 403 的错误