We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Run Spring Boot Application. Fetch data from cache we need to use below REST API.
URL: http://localhost:8080/v1/country/list Method: GET
http://localhost:8080/v1/country/list
GET
Response: { "countryList":[ { "id":1, "name":"Australia" }, { "id":2, "name":"Brazil" }, { "id":3, "name":"Canada" }, { "id":4, "name":"Denmark" }, { "id":5, "name":"Egypt" } ] }
{ "countryList":[ { "id":1, "name":"Australia" }, { "id":2, "name":"Brazil" }, { "id":3, "name":"Canada" }, { "id":4, "name":"Denmark" }, { "id":5, "name":"Egypt" } ] }