snwinz / Cats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. :)

About

License:MIT License


Languages

Language:Java 98.9%Language:JavaScript 1.1%