andrewharmellaw / camel-boot

A seed-project for starting new REST-API Camel/Spring Boot projects
1 stars 10 forks source link

Make sure Swagger docs are exposed once (not twice) #8

Closed andrewharmellaw closed 8 years ago

andrewharmellaw commented 8 years ago

We seem to be exposing Swagger docs twice - once explicitly (with the spring-booted Jettydue to our config) and once via Camel (via Netty). Once is enough.

Check if both are the same, and that both can give us what we need, and then turn one of them off (prefer the Camel-one as this means less in the non-camel code)

andrewharmellaw commented 8 years ago

Closed: https://github.com/andrewharmellaw/camel-boot/pull/21