I've got a nice set of Spring Cloud -applications running but the actual applications register with wrong port to the DiscoveryServer.
I've got a Config-server, Eureka-server and a Zuul-server, which all talk to each other nicely and everything's shiny.
Then I added my actual app and everything wasn't shiny no more. My app runs on port 9001 and it works, but somehow it registers with Eureka on port 8080.
I'm totally baffled as to what is going on.
gradle file: https://gist.github.com/2ee0b2b9a8490e6f25c0
application.yml: https://gist.github.com/f0e811d01eae83020bad
bootstrap.yml: https://gist.github.com/e947ac49a01ca1dfad0e
8080. - deiga