Skip to content

Test to verify behavior of a Spring Cloud Connector for MongoDB on IBM Cloud

License

Notifications You must be signed in to change notification settings

tnixa/spring-cloud-connector-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test project for Spring Cloud Connectors with MongoDB on IBM Cloud

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.

Setup

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.

Build

./mvnw package

Deploy

bx cf push -b java_buildpack -p target/testapp-0.0.1-SNAPSHOT.jar YourAppname

Verify

  1. navigate to http://YourAppname.mybluemix.net/test
  2. check log:
bx cf logs YourAppname --recent

About

Test to verify behavior of a Spring Cloud Connector for MongoDB on IBM Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages