Spring MVC dependencies
As we are going to use Spring MVC APIs heavily in our project, we need to add the Spring jars in our project to make use of it in our development. As mentioned previously, Maven will take care of managing dependency jars and packaging the project.
Time for action - adding Spring jars to the project
Let's take a look at how we can add the Spring-related jars via the Maven configuration:
- Open
pom.xml
; you can findpom.xml
under the root directory of the project itself. - You will see some tabs at the bottom of the
pom.xml
file. Select the Dependencies tab.Tip
If you do not see these tabs, then right-click on
pom.xml
, select the Open With... option from the context menu, and choose Maven POM editor. - Click on the Add button in the ...
Get Spring MVC Beginner’s Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.