未找到org.springframework.web.servlet.mvc.SimpleFormController

时间:2017-04-13 00:03:06

标签: java spring spring-mvc

使用Netbeans。

Imports

import org.springframework.web.servlet.mvc.SimpleFormController;

无法使用此功能。它改变了什么或者我应该使用什么?现在学习春天。

1 个答案:

答案 0 :(得分:4)

您使用的是Spring版本4,而SimpleFormController类是removed

您应该为控制器bean使用@Controller注释。查看Spring WebMVC docs