Building Layered Architecture just in 3 minutes: Final Part

Building Layered Architecture just in 3 minutes: Final Part
I am sure that you have enjoyed the part1 where just a blink of an eye we set up an in-memory database, create a Repository class using Spring Data JPA and insert data using initDataloader by Spring boot. In this tutorial, we will expose...

Spring Mock MVC and FileUpload Mocking

Spring Mock MVC and FileUpload Mocking
FileUpload Mocking using Spring Mock MVC The aim of an Agile project is to deliver a minimum viable product to the client and based on client response we add the new functionality on that project. Say, We have to implement a File Upload functionality,...