摘要: 1。maven的web工程使用tomcat-maven-plugin调试,不推荐使用wtp的serversbuild.xml里面添加 <build> <finalName>velocity</finalName> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>tomcat-maven-plugin</artifactId> <version>1.1</versi... 阅读全文
posted @ 2012-05-23 17:48 highriver 阅读(336) 评论(0) 推荐(0) 编辑
摘要: provided的含义: whatever version you specify is used at compile time and for testing. At runtime it is assumed to be provided by your runtime container, e.g. Jetty. <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</ve 阅读全文
posted @ 2012-05-23 17:02 highriver 阅读(550) 评论(0) 推荐(0) 编辑