摘要: ——————jwt令牌生成和解析 jdk:17 spring boot:3.x JwtUtils.java 其中 String singKey 这一部分不要太短,不然会报错 package com.example.utils; import io.jsonwebtoken.Claims; impor 阅读全文
posted @ 2024-07-26 20:59 椰子灰 阅读(373) 评论(0) 推荐(0)
摘要: 参考链接—— https://blog.csdn.net/weixin_43527947/article/details/133959173 点击database,点击图片中2对应的图标 选中open default Console即可 ———— 真是……边学边忘…… 阅读全文
posted @ 2024-07-26 17:24 椰子灰 阅读(230) 评论(0) 推荐(0)