springboot + spring security + jwt实现api权限控制

一、在pom.xml中添加security和jwt的相关依赖,并在启动类上添加注解@EnableWebSecurityjava <!-- 权限相关依赖(security和jwt)--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring
相关文章
相关标签/搜索