This application is implmenting the basic swagger ui features on Restful endpoints.
- Implementation of a RESTful API featuring full CRUD capabilities
- Integration of Swagger UI for enhanced API documentation
- Deployment of a Docker image for streamlined application distribution
- Efficient configuration of GitHub Actions for continuous integration and delivery
- Install required dependencies
maven clean install
- Run the main class. i.e SpringbootSwaggerApplication.java
To deploy this project run
-
Install the docker application
-
Pull the latest docker image
docker pull thegeekplanets/springboot-swagger
- Run the docker image
docker run -p 8080:8080 thegeekplanets/springboot-swagger
Open this link after running the application