springboot
leledodo
JAVA后台开发
展开
-
springboot+jwt 登录认证+权限校验
1.httpsecurity.formLogin().loginProcessingUrl("/security/login")设置springsecurity登录地址,该地址并不是Controller里的,而是springsecurity自带的。登录请求为POST请求类型。2.AuthEntryPointHandler.java AccessDeniedHandler.java ...原创 2019-05-08 22:42:56 · 1379 阅读 · 1 评论 -
@ModelAttribute报StackOverflowError
@ApiOperation(value=“创建用户”, notes=“传递复杂对象,url参数拼接”,produces = “application/json”)@RequestMapping(value="/swagger/user", method= RequestMethod.POST)/*传递对象推荐使用ModelAttribute注解,依赖springfox-swagger2和sp...原创 2019-05-10 16:16:08 · 999 阅读 · 0 评论