An open API service indexing awesome lists of open source software.

https://github.com/holon-platform/spring-boot-jaxrs-swagger-api-example

Simple API application using Spring Boot, Jersey and Swagger
https://github.com/holon-platform/spring-boot-jaxrs-swagger-api-example

actuator api holon-platform jax-rs jersey spring-boot swagger

Last synced: 4 months ago
JSON representation

Simple API application using Spring Boot, Jersey and Swagger

Awesome Lists containing this project

README

          

# Simple API application using Spring Boot, Jersey and Swagger

This is the source code of the API application described in the article: [API development (Part 1): Spring Boot, Jersey and Swagger always happy together](https://holon-platform.com/blog/spring-boot-jersey-and-swagger-always-happy-together/).

This version uses the **Swagger V2** specification, see the See [swagger-v3 branch](https://github.com/holon-platform/spring-boot-jaxrs-swagger-api-example/tree/swagger-v3) for the **Swagger V3** specification version.

# Running

To run the application you can use the Spring Boot Maven plugin:

```
mvn spring-boot:run
```