Better test,Better code
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