如何手动将Spring MVC导入库添加到Controller .java文件中

时间:2015-10-30 20:26:07

标签: spring spring-mvc

我用eclipse创建了一个新的Spring MVC Dynamic web项目。我创建了一个控制器类.java文件,并将示例项目中的代码剪切并粘贴到我的新类中。现在在新的Controller代码中,我在粘贴的代码中有导入库。例如:

import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;

现在,我该如何实际将这个导入库添加到我的项目中,以便它们将包含在Spring MVC应用程序中?我目前正在使用Eclipse来开发应用程序。

1 个答案:

答案 0 :(得分:0)

对您的spring MVC项目使用maven并将所有依赖项添加到alertIndex++; // call your next alert here, explained above. ,这是最简单的方法。

pom.xml