JwtUtilpublic class JwtUtil { @Value("${jwt.secret}") private String secret; private static final String UID_CLAIM = "uid"