1
0
mirror of synced 2026-02-25 06:27:49 +08:00

Merge branch 'dev' into refactor-1.9.3

This commit is contained in:
yadong.zhang
2019-07-30 21:15:12 +08:00
committed by GitHub
24 changed files with 89 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ package me.zhyd.oauth.utils;
public class AuthStateUtils {
/**
* 生成随机state采用{@see https://github.com/lets-mica/mica}的UUID工具
* 生成随机state采用https://github.com/lets-mica/mica的UUID工具
*
* @return 随机的state字符串
*/

View File

@@ -4,7 +4,7 @@ import java.nio.charset.StandardCharsets;
import java.util.concurrent.ThreadLocalRandom;
/**
* 高性能的创建UUID的工具类{@see https://github.com/lets-mica/mica}
* 高性能的创建UUID的工具类https://github.com/lets-mica/mica
*
* @author yadong.zhang (yadong.zhang0415(a)gmail.com)
* @since 1.9.3