-
Notifications
You must be signed in to change notification settings - Fork 32
Swagger Ui
Sven Loesekann edited this page Sep 1, 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.
Currently Swagger is only supported on Wildfly other Appserves might need to change the port number in the Class CrApplication.