sync source code with article

This commit is contained in:
amit.pandey
2020-04-12 00:01:36 +05:30
parent ae8fb70e40
commit 5b88ab42df
20 changed files with 310 additions and 8 deletions
@@ -72,7 +72,7 @@ public class FooMappingExamplesController {
@RequestMapping(value = "/foos", produces = { "application/json", "application/xml" })
@ResponseBody
public String getFoosAsJsonFromREST() {
public String getFoosAsJsonFromBrowser() {
return "Get some Foos with Header New";
}