Rest api -spring boot

I have followed this https://github.com/camunda/camunda-bpm-spring-boot-starter/tree/master/extension/starter-rest and deployed the war into camunda and tried to access http://localhost:8080/rest/engine/.I got a 404 but it worked when i accessed http://localhost:8080/engine-rest/engine/.But it should work for http://localhost:8080/rest/engine/ according to the application path mentioned.Am I missing anything??