what is the difference between Spring and Spring MVC framework

后端 未结 7 686
后悔当初
后悔当初 2021-01-30 01:21

I am new to Spring. Can any one let me know what is the difference between Spring and Spring MVC Framework ?

7条回答
  •  温柔的废话
    2021-01-30 02:07

    Spring is a big framework, that contains a lot of components. One of these components is Spring MVC - it is a component that lets you implement your web application according to the model-view-controller design pattern.

提交回复
热议问题