/swagger-wildfly-resteasy

Swagger integration with Wildfly and RESTEasy

Primary LanguageJavaScript

swagger-wildfly-resteasy

Example project to show how Swagger Api Doc will be integrated with Wildfly and RESTEasy.

The configuration is done with annotations, it's not web.xml required.

The example project

The example project is a Java EE 7 JaxRS Application. Its contained a simple echo service with two service functions.

  • echo (The message entered will be given as echo)

Echo Swagger Api Doc

  • reverse echo (The message entered will be given as reverse echo)

Reverse echo Swagger Api Doc

Wildfly profile

The example is tested on Wildfly 8.0.0.Final with standalone profile.

Special thanks to