2012年3月25日
摘要: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>${java-version}</source> <target>${java-version}</target> </configuration></plugin><plugin> <gr 阅读全文
posted @ 2012-03-25 22:57 leaving 阅读(1134) 评论(0) 推荐(0)
摘要: 在server.xml中加入以下配置:<Context docBase="d:\dev\src\main\webapp" path="/mywebapp" reloadable="true"/> 阅读全文
posted @ 2012-03-25 22:22 leaving 阅读(222) 评论(0) 推荐(0)