/esi-maintenance

Plant Maintenance Microservice for Rentit Application

Primary LanguageJava

Rentit Maintenance Service

This Repository one part of whole system and handles parts related to maintenance of plants

Specification and requirements

API Endpoints

  • /api/maintenance
    • POST - plan corrective maintenance
  • /api/maintenance/plans
  • /api/maintenance/tasks

#Maven

Package without running tests

 package -Dmaven.test.skip=true

Docker Image

Build

 docker build -t demonno/rentit-maintenance .
 docker push demonno/rentit-maintenance

Image address: https://hub.docker.com/r/demonno/rentit-maintenance/

Pull Image

 docker pull demonno/rentit-maintenance