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

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

What dependency am I missing? I am currently using:


    org.springframework
    spring-w         


        
16条回答
  •  孤独总比滥情好
    2020-12-28 14:23

    -> Go to pom.xml
    
    -> Add this Dependency :
    -> 
        org.springframework
        spring-webmvc
        4.1.6.RELEASE
    
    ->Wait for Rebuild or manually rebuild the project
    ->if Maven is not auto build in your machine then manually follow below points to rebuild
    right click on your project structure->Maven->Update Project->check "force update of snapshots/Releases"
    

提交回复
热议问题