You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
With @WebMvcTest and @DataJpaTest we can easily create an ApplicationContext for the web- or data layer of our Spring Boot Application.
It would be nice to have equivalents to these annotations that only include the web- or data layer of our module under test into the ApplicationContext.