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

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

What dependency am I missing? I am currently using:


    org.springframework
    spring-w         


        
16条回答
  •  一整个雨季
    2020-12-28 14:25

    I had almost the same problem but it was just because some .jar library wasn't updated.

    I couldn't use @RequestMapping cause that, just "mouse over @RequestMapping" and click on "Fix ..." and the .jar library will be downloading and installing.

提交回复
热议问题