rest security demo:基于Spring BootSpring SecurityJWT的REST服务安全认证 源码
基于Spring Boot / Spring Security / JWT的REST服务安全认证 项目介绍 预备知识 认证流程 运行演示 获取令牌 测试账号:user/123456 接口地址:http://localhost:8080/auth/ 访问需要认证的接口 接口地址:http://localhost:8080/persons 访问限制访问的接口 接口地址:http://localhost:8080/protected 重新使用拥有API访问权限的用户获取令牌并访问接口 测试账号:admin/123456 接口地址:http://localhost:8080/protected 联系我
文件列表
rest-security-demo-master.zip
(预估有个31文件)
rest-security-demo-master
pom.xml
3KB
src
test
java
Test.java
391B
main
resources
application.yml
374B
banner.txt
349B
暂无评论