摘要:
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... 阅读全文
摘要:
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 阅读全文