Commit d8acbdd5 authored by 胡文斌's avatar 胡文斌

删除无用代码

parent cc0c82c6
package com.archser.aserver.util; package com.archser.aserver.util;
import com.archser.aserver.controller.IndexController; import com.archser.aserver.controller.IndexController;
import com.archser.aserver.interceptor.JwtInterceptor;
import com.archser.aserver.model.System; import com.archser.aserver.model.System;
import com.sun.deploy.util.URLUtil;
import io.jsonwebtoken.JwsHeader; import io.jsonwebtoken.JwsHeader;
import io.jsonwebtoken.Jwts; import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm; import io.jsonwebtoken.SignatureAlgorithm;
import io.undertow.util.URLUtils;
import java.net.MalformedURLException; import java.net.MalformedURLException;
import java.net.URL; import java.net.URL;
import java.util.Date; import java.util.Date;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/** /**
* @Auther: huwenbin * @Auther: huwenbin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment