Skip to content

KelinTan/spring-boot-archetype-test-kotlin

Repository files navigation

spring-boot-archetype-test-kotlin

Better test,Better code

Links

Test For Java

Test For Kotlin

Spring Boot Archetype Test Kotlin Version

  • 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

  • Kotlin style