Skip to content

Experimenting build of a restful api with Spring and JPA data persistence

Notifications You must be signed in to change notification settings

Raul6469/restful-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restful-spring Build Status

Experimenting build of a RESTful api with Spring and JPA data persistence

Installation

Paramétrage

Créer une base de données SQL dans MySQL avec username: springuser password: password

Compilation

$ mvn install

Tests

$ mvn test

Utilisation

Lancer la cible Application dans IntelliJ

Obtenir liste personnes enregistrées

GET /people : obtenir la liste des personnes enregistrées

Enregistrer nouvelle personne

POST /people avec payload suivant

{
    "firstName": "Victor",
    "lastName": "Raul"
}

About

Experimenting build of a restful api with Spring and JPA data persistence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages