spring-boot Jwt实现token的发放和验证
一、具体操作具体参照这篇二、几点补充1、引入Jwt依赖<!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt --> <dependency> <groupId>io.jsonwebtoken</groupId> <artif