Hi Daniel,
we are using
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version>
<relativePath />
</parent>
And one of our rest end point is using below annotation
@PostMapping(value = "/abc", produces = { "application/json" }, consumes = { "application/json" })
And this is deployed on PCF