Loading

Quipoin Menu

Learn • Practice • Grow

spring / Multiple Controllers
exercise
1/5
Exercise 1Spring
Question

Create two controllers: `HomeController` and `UserController`. Map them to `/home` and `/user` base paths using `@RequestMapping` at class level.