Skip to content

linceyjerome/Java-Api-User

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SpringFirstProject

Practice of Spring JDBC,JPA,boot by doing API requests

Setup

h2 console

Local database UI can be downloaded here or you can use an IDE

Java

You need to have java installed. The project use java 15

Maven

If Maven doesn't compile, use this link

API queries

  • GET : api/users/{id}
  • POST : api/users
  • PUT : api/users/{id}
  • PATCH : api/users/{id}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published