Skip to content

AnuragKDwivedi/SpringStarterDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages