Skip to content

Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.

Notifications You must be signed in to change notification settings

joeazhou/gs-consuming-rest

 
 

Repository files navigation

Fund Picker

This is a fund picker project based on Restful Web Service with Spring's RestTemplate

Usage

Check out this repository and run the project under complete folder

mvn spring-boot:run

Package the project

mvn clean package

Deploy to the cloud foundry with

cf login
cf push

About

Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Shell 0.6%