Skip to content

Jorge36/Spring-Data-Rest-CRUD-JPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course Spring Boot 3, Spring 6 & Hibernate for Beginners on Udemy (section 4)

Spring Data Rest dependency will scan for Jpa repository, just we need the entity and repository. Tihs application exposes the endpoints automatically.

Testing

  1. Spring boot running

alt_text

  1. Get all the employees

alt_text

  1. Create employee

alt_text

alt_text

  1. Update employee number 7

alt_text

alt_text

  1. Delete employee number 7

alt_text

alt_text

Releases

No releases published

Packages

No packages published

Languages