Swagger UI with Tynamo Resteasy for Tapestry 5.4
问题 I am using tynamo resteasy with my Tapestry 5.4 project. I'd like to incorporate Swagger to document and share API with other other teams. While I see that swagger is already in RestEasy's project dependency, it does not work "out of the box" I've added @Api to the "Resource" class (located in /rest/ package) and @ApiOperation to the GET method Do I need to change AppModule or web.xml in anyway to hook the swagger UI? Is there an example (github etc.) anywhere that I can follow? Also, will