struts2在pom.xml中的配置

1     <dependencies>
2         <dependency>
3             <groupId>org.apache.struts</groupId>
4             <artifactId>struts2-core</artifactId>
5             <version>2.3.1.2</version>
6         </dependency>
7     </dependencies>s

想要下载其他版本:http://mvnrepository.com

原文地址:https://www.cnblogs.com/MrzhangKk/p/5203486.html