Snailclimb / spring-security-jwt-guide

从零入门 !Spring Security With JWT(含权限验证)后端部分代码。
1.37k stars 438 forks source link

按照你的方式自行搭建了一下无任何响应 #23

Open xujc68303 opened 4 years ago

xujc68303 commented 4 years ago

过滤器和配置均搭配好,postman无论是post还是get,请求后没有任何响应,把SecurityConfig.configure(HttpSecurity http)中的代码注释掉 获取用户接口可以使用,但是注册就报403权限了

Snailclimb commented 3 years ago

过滤器和配置均搭配好,postman无论是post还是get,请求后没有任何响应,把SecurityConfig.configure(HttpSecurity http)中的代码注释掉 获取用户接口可以使用,但是注册就报403权限了

可以通过在线 API 文档地址来测试一下API:http://localhost:9333/api/swagger-ui/