Hi guys,
I''m trying to educate myself in the way of Spring and RESTful web services so I completed
this tutorial from the official Spring site. Everything works fine - the .jar file was completed as expected - but when I click on
http://localhost:8080/greeting two things happen
* My browser asks if I'd like to download the file named greeting.json from localhost
* If I just go to
http://localhost:8080/ I get a message saying "The webpage cannot be found"
My questions are what do I need to do to activate the local host and does the fact that I could download the greeting.json file mean that the tutorial is behaving as expected?
I'm a complete newbie when it comes to web services so apologies if I've asked some basic questions. I just don't see anywhere on that page where it mentions anything about the localhost.
Thanks