Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 595 Bytes

spring-boot-archetype-test

Better test,Better code

Links

Test For Java

Test For Kotlin

Spring Boot Archetype Test

  • Flyway manage database version

  • Integration Testing with @SpringBootTest

  • Controller Unit Test with @WebMvcTest and @AutoConfigureMockMvc

  • DB Test with @MybatisTest and @Sql

  • DB Test with @DataJpaTest and @Sql

  • Mock Test with @MockBean and @Mock

  • DB test with @DataMongoTest

  • Integration Testing with @Testcontainers