I am trying to use both the spring-boot-starter-web and spring-boot-starter-data-elasticsearch andI am having the following when I try to render a static Swagger html page:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Sun Nov 02 17:44:17 GMT 2014
There was an unexpected error (type=Not Found, status=404).
How can I get the normal index page to render ? The static html page stop from been displayed when I added the compile("org.springframework.boot:spring-boot-starter-data-elasticsearch") to my dependencies.
I started with simple spring-boot-sample-web-static and it worked until added the spring-boot-starter-data-elasticsearch
Thank you. Oscar