spring Controller类注解的包

@Controller需要导入org.springframework.web-3.1.0.RELEASE.jar

@RequestMapping、@Service、@Repository需要导入org.springframework.context-3.1.0.RELEASE.jar

@Autowired需要导入org.springframework.beans-3.1.0.RELEASE.jar

原文地址:https://www.cnblogs.com/cyy-13/p/7419598.html