Skip to content

Estudo de Testes Unitários e de Integração com Spring Boot + Unit + Mockito

Notifications You must be signed in to change notification settings

da0hn/unit-and-integration-test-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot + Clean Architecture + TDD Sandbox


UML


Endpoints

Endpoint Verbo HTTP Response
/api/v1/school-system/students
GET
{
  "name" : "Vincent",
  "email" : "[email protected]",
  "gender" : "MALE"
}
            
/api/v1/school-system/students
POST
{
  "name" : "Vincent",
  "email" : "[email protected]",
  "gender" : "MALE"
}
            
/api/v1/school-system/students
DELETE
none

Releases

No releases published

Packages

No packages published

Languages