Use MockMvc to test Spring Boot applications
When I need to create and API endpoint I usually like to write an integration
test first that will cover the basic happy scenarios. By doing this I make sure
that everything works well together and that I have the most important aspects
in place. I find that the best