what is the difference between Spring and Spring MVC framework

后端 未结 7 609
后悔当初
后悔当初 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:18

    Spring is a framework which helps to connect different components together. There are many modules for IOC, AOP, Web MVC etc.Spring Framework is an open source application framework and inversion of control container for the Java platform.

    Spring MVC (Model–view–controller) is one component within the whole Spring Framework, to support development of web applications.

    0 讨论(0)
提交回复
热议问题