Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/subhashchandra-birajdar/swagger---spring-boot-3
- Owner: Subhashchandra-Birajdar
- Created: 2024-08-20T12:17:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T12:49:33.000Z (6 months ago)
- Last Synced: 2024-11-20T15:56:49.100Z (3 months ago)
- Topics: maven, spring-boot, springboot3-x, swagger-ui
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!