I think your are missing
<mvc:annotation-driven/>which is required to read
the
@Controllerand
@RequestMappingannotations. You can read more on this
here and
here.

I think your are missing
<mvc:annotation-driven/>which is required to read
@Controllerand
@RequestMappingannotations. You can read more on this