Testing your REST controllers and clients with Spring
April 2nd, 2019 | 8 min read | mockmvc, REST, Spring, Spring boot, TestingThat Spring allows you to easily develop REST APIs, is probably something we all know by now. With MockMvc and MockRestServiceServer, the same can be said to testing those REST APIs and clients. If you didn’t know this, then you’re at the right place to learn about it, as we’ll explore those options today!