springsecurity+jwt 的 helloworld demo工作流程
① 客户端发送POST请求,在POSTman的requestBody里边以json字符串作为参数发送请求,参数有username和password
② 在JwtAuthenticationController里边,这是用来验证用户名密码的controller,请求参数是 @RequestBody JwtRequest authenticationRequest,在第①步骤发送的json字符串被转化称对象,传进authenticationRequest,因为JwtRequest这个model已经实现了Ser
原创
2020-11-14 14:11:57 ·
219 阅读 ·
1 评论