Ver código fonte

修改网关服务器

郭志波 6 anos atrás
pai
commit
ff4b90f78d

+ 0 - 12
src/main/java/com/leanwo/gateway/imp/GatewayServiceImpl.java

@@ -4,22 +4,10 @@ package com.leanwo.gateway.imp;
 import java.rmi.ServerException;
 import java.util.List;
 
-import javax.inject.Inject;
-
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.beans.factory.annotation.Value;
 import org.springframework.stereotype.Service;
-
-import com.auth0.jwt.JWT;
-import com.auth0.jwt.JWTVerifier;
-import com.auth0.jwt.algorithms.Algorithm;
-import com.auth0.jwt.exceptions.InvalidClaimException;
-import com.auth0.jwt.exceptions.JWTDecodeException;
-import com.auth0.jwt.exceptions.TokenExpiredException;
-import com.auth0.jwt.interfaces.Claim;
-import com.auth0.jwt.interfaces.DecodedJWT;
 import com.leanwo.gateway.dto.AccountManagementDto;
 import com.leanwo.gateway.server.ProdogServer;
 import com.leanwo.gateway.service.GatewayService;