I have two controllers in my Application; one is userController, where I have add, delete and update methods; the other one is studentController, where
userController
studentController
We can have any number of controllers, the URL mapping will decide which controller to call..
Please refer here for detailed Spring MVC multiple Controller example