JAVA-2113: Split or move spring-resttemplate module (#9753)

* JAVA-2113: Move Proxies With RestTemplate to spring-resttemplate-2

* JAVA-2113: Move A Custom Media Type for a Spring REST API to spring-resttemplate-2

* JAVA-2113: Move RestTemplate Post Request with JSON to spring-resttemplate-2

* JAVA-2113: Move Download an Image or a File with Spring MVC to spring-boot-mvc-3

* JAVA-2113: Fix the test
This commit is contained in:
kwoyke
2020-07-28 06:01:54 +02:00
committed by GitHub
parent 16df3b088a
commit be7545e1dc
22 changed files with 44 additions and 8 deletions

View File

@@ -26,6 +26,15 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
</dependencies>
<properties>
<commons-io.version>2.7</commons-io.version>
</properties>
</project>