Code update for Spring RestTemplate Exception Handling article.

This commit is contained in:
jacques
2018-05-22 12:07:45 -04:00
parent d98b696baa
commit 9a04bf2c2c
7 changed files with 168 additions and 5 deletions
+8 -2
View File
@@ -31,8 +31,14 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-test</artifactId>-->
<!--<scope>test</scope>-->
<!--</dependency>-->
<!-- Spring -->
@@ -240,7 +246,7 @@
<artifactId>cargo-maven2-plugin</artifactId>
<version>${cargo-maven2-plugin.version}</version>
<configuration>
<wait>true</wait>
<!--<wait>true</wait> caused errors on commit-->
<container>
<containerId>tomcat8x</containerId>
<type>embedded</type>