使用JWT做身份校验 Springboot | sanjin | 2024-11-13 22:42 1.使用jwt身份校验 1.1 Jwt的简单使用 1.引入依赖 <dependency> <groupId>io.jsonwebtoken</groupId> &l… 技术