springboot + spring security + jwt實現api權限控制

一、在pom.xml中添加security和jwt的相關依賴,並在啓動類上添加註解@EnableWebSecurityjava <!-- 權限相關依賴(security和jwt)--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring
相關文章
相關標籤/搜索