aldwindelgado / spring-boot-2-with-testing

Example of Spring Boot 2 with Unit Testing, Integration Testing and Spring RestDocs implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laundry List

Main

  • Create service layer testing
  • Create JPA testing
  • Create controller testing (Will use @RestController)
  • Create JsonTesting
  • Create DTO / Entity Testing
  • Create integration testing (if possible)
  • Use JUnit 5
  • Use Spring REST Docs

Extras

About

Example of Spring Boot 2 with Unit Testing, Integration Testing and Spring RestDocs implementation.