摘要: package com.vcgeek.hephaestus.utils; import com.auth0.jwt.JWT; import com.auth0.jwt.JWTVerifier; import com.auth0.jwt.algorithms.Algorithm; import com.auth0.jwt.interfaces.Claim; import com.auth0... 阅读全文
posted @ 2019-04-01 14:36 橘子味儿的猫 阅读(1282) 评论(0) 推荐(0)
摘要: package com.vcgeek.hephaestus.utils; import java.security.MessageDigest; public class Md5Utils { /** 16进制的字符数组 */ private final static String[] hexDigits = { "0", "1", "2", "3... 阅读全文
posted @ 2019-04-01 14:33 橘子味儿的猫 阅读(562) 评论(0) 推荐(0)
摘要: package com.vcgeek.hephaestus.utils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.*; import org.springframework.stereotype.Service; i... 阅读全文
posted @ 2019-04-01 14:30 橘子味儿的猫 阅读(482) 评论(0) 推荐(0)