Notes, SpringBoot Guide

MVCThe Model encapsulates the application data and in general they will consist of POJO. The View is responsible for rendering the model data and in general it generates HTML output that the client’s browser can interpret. The Controller is responsible for processing user requests and building an appropriate model and passes it to the view for rendering.     Read more
TaoSama's avatar
TaoSama Mar 09, 2018