ACS-393 Update Spring Boot to 2.3.1.RELEASE (#270)

* ACS-393 Update SpringBoot to 2.3.1.RELEASE

* ACS-393 Add messages back to error handling
This commit is contained in:
David Edwards 2020-07-01 15:50:12 +01:00 committed by GitHub
parent 8c7edcda62
commit ba513c71cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ activemq:
server:
port: 8090
error:
include-message: ALWAYS
logging:
level:

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<version>2.3.1.RELEASE</version>
<relativePath />
</parent>