04 2019 档案
发表于 2019-04-26 17:06阅读:15072评论:0推荐:1
摘要:netty-socketio maven依赖 <dependency> <groupId>com.corundumstudio.socketio</groupId> <artifactId>netty-socketio</artifactId> <version>1.7.7</version> </
阅读全文 »
发表于 2019-04-01 14:36阅读:1257评论:0推荐:0
摘要: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...
阅读全文 »
发表于 2019-04-01 14:33阅读:551评论:0推荐:0
摘要:package com.vcgeek.hephaestus.utils; import java.security.MessageDigest; public class Md5Utils { /** 16进制的字符数组 */ private final static String[] hexDigits = { "0", "1", "2", "3...
阅读全文 »
发表于 2019-04-01 14:30阅读:464评论: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...
阅读全文 »