BAEL-3188 How to compress requests using the Spring RestTemplate. (#7688)

* BAEL-3188 How to compress requests using the Spring RestTemplate.

* BAEL-3188 How to compress requests using the Spring RestTemplate. Updated README.

* BAEL-3188 How to compress requests using the Spring RestTemplate.

* BAEL-3188 How to compress requests using the Spring RestTemplate.

* BAEL-3188 How to compress requests using the Spring RestTemplate. Updated parent pom to add new module.
This commit is contained in:
hugogiordano
2019-09-04 14:37:40 +10:00
committed by maibin
parent 06cbdfce02
commit 7472127909
12 changed files with 384 additions and 0 deletions
+3
View File
@@ -741,6 +741,7 @@
<module>spring-remoting</module>
<module>spring-rest</module>
<module>spring-rest-angular</module>
<module>spring-rest-compress</module>
<module>spring-rest-full</module>
<module>spring-rest-hal-browser</module>
<module>spring-rest-query-language</module>
@@ -928,6 +929,7 @@
<module>spring-remoting/remoting-rmi/remoting-rmi-server</module>
<module>spring-rest</module>
<module>spring-rest-angular</module>
<module>spring-rest-compress</module>
<module>spring-rest-full</module>
<module>spring-rest-simple</module>
<module>spring-resttemplate</module>
@@ -1433,6 +1435,7 @@
<module>spring-remoting</module>
<module>spring-rest</module>
<module>spring-rest-angular</module>
<module>spring-rest-compress</module>
<module>spring-rest-full</module>
<module>spring-rest-hal-browser</module>
<module>spring-rest-query-language</module>