Defining Our E-commerce Application’s Domain
Learn how to add the required database dependencies and define the required domains for our e-commerce application.
We'll cover the following
In this lesson, now that we’re embracing a real database, we can actually start modeling our e-commerce site. Let’s start with a new project created using Spring Initializr.
Adding database dependencies
First, we’ll add some new dependencies to our pom.xml
build file:
Get hands-on with 1400+ tech skills courses.