This project is a quick test to verify the behavior of the Spring Cloud Connector for MongoDB on IBM Cloud, as provided by https://github.com/IBM-Cloud/bluemix-cloud-connectors. This project provides a simple REST endpoint that will verify that a bound MongoDB service is detected appropriately, and be used by the application, by performing a quick read and write to the database.
You'll need ibm cloud CLI from https://cloud.ibm.com/docs/cli/reference/ibmcloud?topic=cloud-cli-install-ibmcloud-cli#install_use and bx cf installed and configured to talk to the appropriate cf org/spac etc.
./mvnw package
bx cf push -b java_buildpack -p target/testapp-0.0.1-SNAPSHOT.jar YourAppname
- navigate to http://YourAppname.mybluemix.net/test
- check log:
bx cf logs YourAppname --recent