Luiz H. Rapatão

Luiz H. Rapatão

Senior Software Engineer

4-Minute Read

Spring Boot Test Performance

It is extremely common for applications built with Spring Boot to have all their tests annotated with @SpringBootTest, but it is rare to find people who know the functionality of this annotation, when it is necessary to use it and its impact on the execution of an application’s tests.

Recent Posts