You are on page 1of 1

Figure 2.

1: New Maven Project

2.3.2 Configure POM.xml (maven)

We need to add the spring dependency on our project. Add spring core and framework.

pom.xml

<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/ ←-

XMLSchema-instance"

xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd ←-

/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>com.jgc.areyes1.sample</groupId>

You might also like