We build a Gradle project for a simple Spring MVC structure which has Model, Controller, and View java-src-wise. Testing-wise we have Unit test for Controllers, and then integration test using MockMVC ...