摘要: maven tomcat插件好像无法进行热部署,jetty可以如下配置实现热部署,但是idea无法进行自动编译,所以需要如下快捷键 Ctrl+Shift+F9,编译 Ctrl+F9,生成项目 阅读全文
posted @ 2016-08-28 18:43 邱明成 阅读(9385) 评论(0) 推荐(1) 编辑
摘要: 配置 在pom.xm 加入以下xml。 <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>tomcat-maven-plugin</artifactId> <version>1.1</version> <configuration> 阅读全文
posted @ 2016-08-28 15:00 邱明成 阅读(530) 评论(0) 推荐(0) 编辑