1)For reference,
1.1)Backend development - Spring boot for beginners
1.2)Front end development - W2UI for beginners
2)Basic flow
2.2)Home URL will go to "controller class (@Controller)" and looks for the request mapped method
2.3)Based on the return value "menu"; the complier will identifies the concern web page - menu.jsp with help of properties file.
2.5)Based on the API call, compiler will search and identifies the request mapped method from controller class (@RestController)
Home page: Click here
Thanks, I hope you enjoyed this session !!!.
-Somasundar Kanakaraj