Practice of Spring JDBC,JPA,boot by doing API requests
Local database UI can be downloaded here or you can use an IDE
You need to have java installed. The project use java 15
If Maven doesn't compile, use this link
GET : api/users/{id}POST : api/usersPUT : api/users/{id}PATCH : api/users/{id}