Update 64.17.1. Enable Tomcat’s HTTP response compression.md

master
qibaoguang 2015-03-29 00:52:36 +08:00
parent 2845b2956f
commit a1ead00aa4
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 64.17.1. 启用HTTP响应压缩
Spring Boot提供两种启用HTTP压缩的机制;一种是Tomcat特有的另一种是使用一个filter可以配合JettyTomcat和Undertow。