Skip to content

Commit

Permalink
aes签名key, 16位,请使用jdk1.8,如果使用jdk11 17请自行修改key
Browse files Browse the repository at this point in the history
  • Loading branch information
gz-yami authored Nov 26, 2021
1 parent 7eff52a commit 38d310c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public class TokenStore {
/**
* 用于aes签名的key,16位
*/
@Value("${auth.token.signKey}")
public String tokenSignKey;
// @Value("${auth.token.signKey}")
public static final String tokenSignKey = "-mall4j--mall4j-";

private final RedisTemplate<Object, Object> redisTemplate;

Expand Down

0 comments on commit 38d310c

Please sign in to comment.