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
- Host: GitHub
- URL: https://github.com/holon-platform/spring-boot-jaxrs-swagger-api-example
- Owner: holon-platform
- License: apache-2.0
- Created: 2017-10-18T08:48:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T10:04:45.000Z (over 6 years ago)
- Last Synced: 2025-05-11T09:02:29.875Z (5 months ago)
- Topics: actuator, api, holon-platform, jax-rs, jersey, spring-boot, swagger
- Language: Java
- Homepage: https://holon-platform.com
- Size: 38.1 KB
- Stars: 7
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```