What does @SpringBootTest do by default?
Starts the full Spring ApplicationContext for testing
Only tests controller methods without loading the context
Disables the application context for faster tests
Runs tests only for repository layers
This question is part of this quiz :
Advance Java Quiz Day 80