Implement gzip encoding filter.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.1.9.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>MIT license</name>
|
||||
@@ -20,7 +20,7 @@
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>marko</id>
|
||||
@@ -33,19 +33,19 @@
|
||||
<timezone>+1</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
|
||||
<organization>
|
||||
<name>Marko Zivanovic</name>
|
||||
<url>http://marko.zivanovic.in.rs</url>
|
||||
</organization>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@@ -57,6 +57,6 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<java.version>1.8</java.version>
|
||||
</properties>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user