
maven
iteye_8216
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven tomcat7 的配置
本机上安装了TOMCAT7, MAVEN3. 要使用MVN DEPLOY命令来部署项目,需要作如下配置: 1. TOMCAT的配置 (tomcat-users.xml) [code="xml"] [/code] 2. pom.xml的配置: [code="xml"] ...原创 2013-07-31 14:10:11 · 313 阅读 · 0 评论 -
利用SpringMVC进行RSS发布
1. maven的pom.xml的配置 [code="xml"] org.springframework spring-core ${org.springframework.version} org.springframework spring-context ${org.s...原创 2013-09-25 14:21:06 · 313 阅读 · 0 评论