Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup proj #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Setup proj #1

wants to merge 7 commits into from

Conversation

Vadym-Ozi
Copy link
Member

No description provided.

Added a new health check endpoint at /health. This endpoint will be used by monitoring systems to check if the application is running properly. The health check currently only returns a basic message, but future enhancements could include checking database connectivity and other dependencies.
- Added Dockerfile for building a Docker image of the application.
- Created docker-compose.yml for easy setup of multi-container environments.
- Configured Docker to optimize layers using Spring Boot's layertools.
- Updated documentation with instructions on how to build and run the application using Docker and Docker Compose.

This commit enables containerization of the application, allowing it to be easily deployed and run in a consistent environment across different platforms. The use of docker-compose simplifies the setup of dependent services such as databases or message brokers.
- Integrated Swagger using springdoc-openapi dependency.
- Added configuration class for Swagger UI.
- Updated application properties to include Swagger-related settings.

This commit introduces Swagger for API documentation, allowing developers and users to easily explore and test the available endpoints through a web interface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant