What dependency is missing for org.springframework.web.bind.annotation.RequestMapping?

后端 未结 16 2144
名媛妹妹
名媛妹妹 2020-12-28 13:52

What dependency am I missing? I am currently using:


    org.springframework
    spring-w         


        
16条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 14:18

    This solution WORKS , I had the same issue and after hours I came up to this:

    (1) Go to your pom.xml

    (2) Add this Dependency :

        
            org.springframework
            spring-webmvc
            4.1.6.RELEASE
        
    


    (3) Run your Project

提交回复
热议问题