mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-14 14:13:42 +08:00
@@ -26,7 +26,7 @@ public class JwtUtils {
|
||||
/**
|
||||
* token秘钥,请勿泄露,请勿随便修改
|
||||
*/
|
||||
@Value("jwt.secret")
|
||||
@Value("${mallchat.jwt.secret}")
|
||||
private String secret;
|
||||
|
||||
private static final String UID_CLAIM = "uid";
|
||||
|
||||
Reference in New Issue
Block a user