Ensure you have the following installed:
- JDK 17+
- Maven 3.8+
- Docker
mvn clean package
docker build -t shift-service-image .
docker run -d -p 8080:8080 --name shift-service shift-service-image
Once the service is running, you can access the Swagger UI at:
📌 http://localhost:8080/swagger-ui.html
🔧 Configuration
• Application Port: 8080