I am trying to configure Swagger in my Play-2.5 project.
I followed this tutorial and it worked, but only for the old version of Play and does not work with Play-2.5. When the project switched to Play-2.5, we had to remove the swagger configuration.
First, the problem seemed to be in the static controller versus the non-stationary controller in Play-2.5, but I ended up in the proof that I was wrong. I ran into this error
type ApiHelpController is not a member of package controllers GET /api-docs controllers.ApiHelpController.getResources
If anyone knows any link to configure Swagger with Play-2.5 for Java , see the manual.
PS: non- java tutorials are available for Scala.
source share