Skip to content

Files

Latest commit

 

History

History
38 lines (24 loc) · 734 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 734 Bytes

Spring Starter Project

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.

Build the Project

  1. Navigate to the project directory:

    cd spring-starter-project
  2. Clean and install the project using Maven:

    mvn clean install

Run the Application

  1. Start the Spring Boot application:

    mvn spring-boot:run
  2. 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.
```