Unit testing Spring Boot controllers
One of the important aspect of software development is testing. At developer level we need to write Unit test and Integration test while developing the project. In this blog post I am going to discuss approaches you can take to unit test the Spring Boot controllers. When you search the internet for sample code for…