Skip to content

This is a sample of Spring Data JPA with basic CRUD operations and REST services

License

Notifications You must be signed in to change notification settings

jcalvopinam/sample-spring-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Data JPA Sample

This is a sample of Spring Data JPA with the basic CRUD operation and REST services, and I used the following technologies:

  • Spring Boot 2.0.4.RELEASE
  • Spring Data JPA 2.0.4.RELEASE
  • MySQL Database 5.5

How to run?

  1. Download dependencies and compile the project with the following command:

    mvn clean install

  2. The project is a Spring Boot Application, so you can run inside of your IDE or from terminal with the following command:

    mvn spring-boot:run

Rest endpoints

I used the postman as a client to test the endpoints, you can import the collection, the file is in:

/resources/endpoints/collection.json

About

This is a sample of Spring Data JPA with basic CRUD operations and REST services

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages