Apologies in advance as this may not be the best place to ask this question .. but I think Casualjim is involved in Swagger as well, right?
In my example before I had to manually include the Swagger-UI files:
My preference is not to "fork" open source projects like this - is there a better way to include the Swagger-UI code in Scalatra so I don't need to copy it to my repo?
I looked around and I found this:
It packages the Swagger-UI as a jar (cool!) but it's aimed at Clojure / Ring rather than Scalatra / sbt.
Any ideas about how I might go about using it with Scalatra?
Looking at the project structure document here
Would I need to add a get method to my servlet to retrieve the swagger-UI resources from the classpath?
Or is there another way of doing this?
Thanks in advance if anyone has any suggestions,
Mark