URL Mapping issue - Spring web MVC

前端 未结 3 960
我寻月下人不归
我寻月下人不归 2020-12-06 01:17

I\'m a newbie with Spring and web MVC module. Basically, i have the following :

web.xml


    abc-dispatcher         


        
3条回答
  •  温柔的废话
    2020-12-06 01:54

    It's' been added context:component-scan element into the sample context file snippet but there is no element that says spring framework to look for controllers annotated with @Controller

提交回复
热议问题