Readme file and Docker env changes
[dcaegen2/services/mapper.git] / UniversalVesAdapter / src / main / java / org / onap / universalvesadapter / controller / VesController.java
index dfddfde..be49587 100644 (file)
@@ -70,7 +70,12 @@ public class VesController {
        LOGGER.debug("Reload of Mapping File is completed");
     }
     
-    
+    @RequestMapping("/healthcheck")
+    public String healthcheck() {
+       
+       LOGGER.debug("UniversalVesAdapter Application is up & running...");
+       return "UniversalVesAdapter Application is up & running...";
+    }   
     
     /**
      * @return message that application stop process is triggered