api-rest-h2

Simple REST API with basic knowledge of Spring Boot and using H2 in-memory database.

Stars
0
Committers
2

API REST with H2

Simple REST API with basic knowledge of Spring Boot and using H2 in-memory database. In this case, the service manages information about different users, saving their ID, name, surname and email.

Project preview

Technologies:

Characteristics:

  • Project: Maven
  • Language: Java 17
  • Spring Boot 3.2.5
  • Packaging: Jar

Dependencies:

  • Spring Web
  • Spring Boot DevTools
  • Spring Data JPA
  • H2 Database

Connection to the H2 Database

Previously empty database

Database with data saved through HTTP requests

POST example

GET example

Authors

  • Laura Gmez Ruiz
Badges
Extracted from project README
Portfolio linkedin
Related Projects