Use spring Boot events to get exit code

Spring Boot now provides the result of an ExitCodeExceptionMapper via an
event called ExitCodeEvent.  This commit takes advantage of this new
event.

Resolves spring-cloud/spring-cloud-task#48
This commit is contained in:
Michael Minella
2016-01-22 13:03:21 -06:00
parent eb995ee037
commit 2ceb353838
4 changed files with 28 additions and 31 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.3.2.RELEASE</version>
</parent>
<properties>