This is a java project to build a stand-alone server which implements the Swagger spec. You can find out more about both the spec and the framework at http://swagger.wordnik.com. For more information about Wordnik's APIs, please visit http://developer.wordnik.com. There is an online version of this server at http://petstore.swagger.wordnik.com/api/api-docs.json
Please follow instructions to build the top-level swagger-core project
The swagger-play2 module lives in maven central:
val appDependencies: Seq[sbt.ModuleID] = Seq(
/* your other dependencies */
"com.wordnik" %% "swagger-play2" % "1.3-SNAPSHOT"
)You can run the sample app as such:
play run
The application will listen on port 9000 and respond to http://localhost:9000/api-docs.json