DEV Community

Karthik Karthik
Karthik Karthik

Posted on

Learning of the day!

Hi All,

As an aspiring java developer i learned something new about spring boot architecture that follows MVC , please check the below of my understanding and let me know about your comments to enlighten me buddies!.

User->front controller->mapping request->controller->model->DB->View

Top comments (0)