Skip to content

amit28/hashmapbroker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hashmapbroker

Create a target space in your pivotal account else use default 'development' space.

Steps to deploy the service on cloudfoundry.

1.git clone https://github.com/amit28/hashmapbroker. 2.run command "mvn clean install -DskipTests" in the project root directory. 3.cf push --random-route. It will fail as rquired db services is not binded yet. Add service "ClearDB MySQL Database" from marketplace in the target space and create service key for it and also bind it with the application. Copy the service key content and update application.properties file under src/main/resources folder with the db credentials. Now repeat step 2 and 3 again.

Application will be deployed on cloudfoundry and can be seen in the target space of your choice in pivotal.

Using Postman rest client application can be tested.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages