This project is a Spring Boot application that demonstrates the use of Spring Data JPA with Jakarta Persistence. It includes basic CRUD operations for managing employees and their addresses.
-
Navigate to the project directory:
cd spring-starter-project
-
Clean and install the project using Maven:
mvn clean install
-
Start the Spring Boot application:
mvn spring-boot:run
-
Alternatively, you can run the generated JAR file:
java -jar target/spring-starter-project-0.0.1-SNAPSHOT.jar
H2 Console :
```bash
http://localhost:8080/h2-console.
```