Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 205 Bytes

readme.md

File metadata and controls

5 lines (4 loc) · 205 Bytes

This project is to show how to write tests in spring boot project.

The test examples contain:

  • Unit-test in each layer(Controller, Service, DAO/Repository)
  • End-to-end integration test.