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

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

What dependency am I missing? I am currently using:


    org.springframework
    spring-w         


        
16条回答
  •  囚心锁ツ
    2020-12-28 14:24

    the problem's actually caused by dependency. I spent whole the day to solve this prblm. Firstly, right click on project > Maven > add dependency

    In "EnterGroupId, ArtifactId, or sha1...." box, type "org.springframework".

    Then, from droped down list, expand "spring-web" list > Choose the newest version of jar file > Click OK.
    Done!!!

提交回复
热议问题