#!/bin/bash
mvn deploy
STATUS=$?
if [ $STATUS -eq 0 ]; then
echo "Deployment Successful"
else
echo "Deployment Failed"
fi
Exadata Database is a scalable, private database server that is completely isolated from other tenants. It can be used to run all database ...
No comments:
Post a Comment