IBM-Cloud / get-started-java

Sample and tutorial to help you get started with a Java EE app, REST API and a database.
https://console.bluemix.net/docs/runtimes/liberty/getting-started.html
Apache License 2.0
27 stars 88 forks source link

Added support for MongoDB #20

Closed atrieder closed 6 years ago

atrieder commented 6 years ago

These changes add support for the application to connect to MongoDB instances hosted on IBM Cloud. The application determines whether to use Cloudant or MongoDB at runtime based on the services that are available. For running locally, an additional "mongo.properties" file can be configured with the necessary service details (this is documented towards the end of the README file).

rvennam commented 6 years ago

Please message me on Slack

atrieder commented 6 years ago

Hi Ram, I moved the MongoDB-related documentation to a separate file (README_MONGO.md) and replaced the remaining "Bluemix" references with "IBM Cloud" as recommended on Slack

rvennam commented 6 years ago

Thanks!