Loading

Quipoin Menu

Learn • Practice • Grow

spring / MVC Introduction
exercise
1/5
Exercise 1Spring
Question

Create a simple Spring MVC controller class "HelloController" with a method that maps to URL "/hello" and returns a view name "hello". Write the code.