springboot +security post请求报403

使用springboot 2 + spring security4 搭建登陆框架。

login.html页面通过form表单post方法进行登陆提交, 系统报403错误, 查询baidu无果,在google上一篇文章提到由于请求没有加csrf的tonken。

于是,按照spring 的参考手册上的方法(thymeleaf语法),添加上token, 问题解决,见如下图:

 

                                                                                                                   
用户名:
密码:
   

 

你可能感兴趣的:(java框架)