A sample app using https://github.com/martypitt/swagger-springmvc/tree/rel-0.8-upgrade-spec-preview
- Running the app:
mvn jetty:run
- Oauth Support
Update swagger-oauth.js as appropriate to your app
var redirectUrl = host.protocol + '//' + host.host + "/swagger-springmvc-demo/o2c.html";
This repo is tagged in the following format in an attempt to keep track of changing swagger-springmvc and swagger-ui versions -- swagger-springmvc---swagger-ui-- -- e.g. swagger-springmvc--0.8.2-SNAPSHOT-swagger-ui--oauth
http://127.0.0.1:8097/swagger-springmvc-demo/swaggerBusiness
http://127.0.0.1:8097/swagger-springmvc-demo/swaggerRelative
- Run the app: mvn jetty:tun
- Run the functional tests: mvn test