Reflection hack to provide Spring Boot 2.0 compatibility

This commit is contained in:
Dave Syer
2018-01-09 13:01:24 +00:00
parent 7c29aa34c2
commit 939f5a8b1a
2 changed files with 16 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.3.RELEASE</version>
<version>1.5.9.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>