Spring REST Tutorial
$count++; if($count == 1) { #include "../mobilemenu.php"; } if ($count == 2) { include "../sharemediasubfolder.php"; } ?>
In this tutorial, we are going to learn Spring REST in CosmicLearn.
The Client will send a GET request to our WebService with a CosmicObject.
The server will then look up a dictionary and give data back as response to the client.
Server Side: Let us have Spring Boot, to generate a Web Service that can give a greeting from the amazing Milky Way galaxy.
User Interface: Web Browser.
Please ensure that you have gone through Spring Boot Tutorial, if not familiar with Spring Boot.