/Cats

Primary LanguageJavaMIT LicenseMIT

JAX-RS REST API

Sample projects using JAX-RS technologies.

Use gradlew run to start the JAX-RS server. The server is available at localhost:9999/v1 per default. This can be configured via src/main/resources/config.properties.

To discover the different resources, methods and data schemas, have a look at the file src/main/resources/openapi.yaml which you can also open in Swagger Editor.

In addition, Swagger UI is added to this project and you can access it at: http://localhost:9999/v1/swagger-ui/index.html?url=openapi.yaml per default.

Contribute

If you face any problems or have suggestions to improve the source code, do not hesitate to create a Pull Request or discuss the stuff via our course discussion forum or via issues/mails etc. :)