Simple Scalatra project
- Scalatra Setup
- http://scalatra.org/2.3/guides/deployment/configuration.html
- webapp/WEB-INF/web.xml
- Add swagger-ui 2.1.4
- https://github.com/swagger-api/swagger-ui/tree/v2.1.4
- modify swagger-ui/index.html
- var url = window.location.origin + "/swagger-resources";
- Add index.html to redirect to swagger
- Health check endpoint to return static build info
- Unit tests
- Integration tests
- Modify build.sbt
- Move packages