Rest Client

No enterprise applications work in isolation. They have to connect to one or more services to get the required data. Learn to consume a RESTweb service using a SpringREST template and know different methods in the REST template class.

Limitation of spring boot billionaire club

Our spring boot billionaire club application designed in the first section of this course was a perfect start however it has one limitation.

  • It feeds the database during start-up from an SQL script file available in the classpath as a result data stored in our database is static in nature.

How can we fix that?

If there is some open API of the billionaire database that we can connect to fetch data during start-up and fill our DB.

We have one such API, Forbes400.

Get hands-on with 1200+ tech skills courses.