From the course: Creating Spring Boot Microservices

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Project setup

Project setup

- [Instructor] So now we're actually going to use Spring Initializr to create our project. I'm on branch O2_O2b, and I just wanted to tell you that I have removed all of the tour service projects that we worked on the last chapter. We're not going to need that anymore. So we're going to navigate to the Spring Initializr, start.spring.io. And here's the Spring Initializr UI. The language we'll select is Java. Spring Boot version is 3.2.5. And we're going to use Maven. Our group is going to stay, com.example. Our artifact ID is going to be explorecali-jpa, and I'm going to make a note here. This is the Explore California, Relational Database Microservice. And then the package name is com.example.explorecali, I'm going to remove the dash, just jpa in there. And now let's add dependencies. If we click this, we can see some of the, lots of dependencies here, but I already know what I want. So I'm just going to start typing web, Spring Web, also Rest Repositories, Spring Data JPA, Lombok…

Contents