Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 375 Bytes

File metadata and controls

7 lines (5 loc) · 375 Bytes

Spring boot tests

해당 프로젝트는 2가지의 Test에 대한 예제 Repository

  1. Spring Boot Tests
    Service to service call을 포함한 간단한 Application을 만들고 Spring Boot 어노테이션(@WebMvcTest, @DataJpaTest, @RestClientTest등)을 이용하여 테스트 하는 방법에 대해 정리``

  2. Spring Cloud Contract(TBD)