Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/subhashchandra-birajdar/swagger---spring-boot-3

Swagger Implementation with spring boot 3 and java 17
https://github.com/subhashchandra-birajdar/swagger---spring-boot-3

maven spring-boot springboot3-x swagger-ui

Last synced: 18 days ago
JSON representation

Swagger Implementation with spring boot 3 and java 17

Awesome Lists containing this project

README

        

# Swagger with Spring Boot 3 and Java 17
Integration swagger open API with spring boot 3 and Java 17

# Build Tool Used in this project - Maven

# Dependencies Required for this project
* Spring web
* lombok
* springdoc-openapi-starter-webmvc-ui dependency

# Advantages of Swagger
- it’s your gateway to creating interactive, understandable, and testable API documentation effortlessly.
- We’ve navigated through integrating Swagger with Spring Boot, highlighting the route to better API documentation
- It’s about making your API more accessible and your development process smoother.
- Swagger into your Spring Boot projects, enhancing your APIs with clarity and efficiency.

# Swagger Url
- http://localhost:8080/swagger-ui.html
# Swagger UI Screen 1:
![Swagger img 1](https://github.com/user-attachments/assets/f967d44b-62c2-4c6b-b26b-151b7f952d07)
# Swagger UI Screen 2:
![Swagger img 2](https://github.com/user-attachments/assets/e38a2708-b4e2-4b12-a8d8-2d129a051f5d)

## Keep coding, keep documenting, and most importantly, keep growing. Until next time, happy coding!