Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 267 Bytes

File metadata and controls

14 lines (10 loc) · 267 Bytes

springboot-security

springboot-security

本项目是基于springboot和spring security实现前后端分离框架

1、登陆获取token 根据JWTAuthenticationFilter

http://localhost:8081/auth/login

参数: { "username":"zhangsan", "password":"123" }