引包优化
This commit is contained in:
@@ -44,11 +44,6 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.springfox</groupId>
|
||||
<artifactId>springfox-swagger2</artifactId>
|
||||
<version>2.7.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
|
||||
@@ -161,6 +161,6 @@ public class ZyplayerProxyFilter implements Filter {
|
||||
response.setHeader("Cache-Control", "no-cache, must-revalidate");
|
||||
response.getWriter().write(result);
|
||||
Long totalTime = System.currentTimeMillis() - startTime;
|
||||
logger.error("代理请求结束,总耗时:{}ms,URI:{}", totalTime, requestUrl);
|
||||
logger.info("代理请求结束,总耗时:{}ms,URI:{}", totalTime, requestUrl);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user