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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user