您的位置:首页 > 编程语言 > Java开发

使用struts2需要的依赖jar包

2010-01-27 15:55 405 查看
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
</dependency>
<dependency><!-- 如使用注解则必须 -->
<groupId>org.apache.struts</groupId>
<artifactId>struts2-convention-plugin</artifactId>
</dependency>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: