IntelliJ IDEA Maven方式創建Spring MVC項目

1、新建項目,選擇maven,從原型創建(archetype )選擇webapp 2、在pom.xml 添加springMVC Dependency ,確定要是用的版本 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>4.3.17.RE
相關文章
相關標籤/搜索