ayush / swagger-play2

Enables Swagger on Play 2.0
http://swagger.wordnik.com
18 stars 6 forks source link

controllers.AdminController doesn't exist #6

Closed seantbrady closed 12 years ago

seantbrady commented 12 years ago

I hope you don't mind me posting an issue here. I'm super psyched to get swagger running on our (large) Play2 app.

ISSUE: The README says to add controllers.AdminController to routes, but that controller doesn't seem to exist in swagger-play2. Is this just a doc issue?

fehguy commented 12 years ago

Hi @seantbrady, we've moved the official swagger-play2 module to here:

https://github.com/wordnik/swagger-core/tree/master/modules/swagger-play2

And will have a "release" of it shortly after it reaches feature parity with the JAX-RS version. So can you try that branch, those instructions and post back any issues to there?

Here is a sample project to get you started:

https://github.com/wordnik/swagger-core/tree/master/samples/scala-play2