mirror of https://gitee.com/xiaonuobase/snowy
【更新】补充一个未提交的导包
parent
f01f636464
commit
6414fd7a91
|
@ -19,6 +19,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.lang.reflect.Field;
|
import java.lang.reflect.Field;
|
||||||
import java.util.Collection;
|
import java.util.Collection;
|
||||||
|
import java.util.Date;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -161,4 +162,4 @@ public class JacksonConfig {
|
||||||
String userAgent = request.getHeader("User-Agent");
|
String userAgent = request.getHeader("User-Agent");
|
||||||
return path.startsWith("/client/c/app/") || path.startsWith("/auth/c/");
|
return path.startsWith("/client/c/app/") || path.startsWith("/auth/c/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue