Skip to content

Swagger Ui

Sven Loesekann edited this page Jun 10, 2017 · 3 revisions

For the development of the rest services Swagger Ui has been added. Swagger Ui enables the easy testing of rest services. It is a Ui that can be found in the path: /swagger and needs the swagger.json of the path /rest/swagger.json. Then swagger shows a UI that enables the testing of the rest services.

Swagger is configured with the Annotations @Api and @ApiOperations and reads the Java EE Annotations for configuration.

The swagger UI is not included in any Maven build because it is considered a development feature.

Currently Swagger is only supported on Wildfly other Appserves might need to change the port number in the Class CrApplication.

Clone this wiki locally