spring boot + spring security + jwt實現

第一步:加載依賴 <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> <version>0.9.1</version> </dependency> 第二步:配置jwt失效時間等信息  jwt: secret: secret expiration: 7200000
相關文章
相關標籤/搜索