读书人

eclipse中tomcat使用jrebel修改jsp后

发布时间: 2013-03-28 10:20:24 作者: rapoo

eclipse中tomcat使用jrebel,修改jsp后无法立即更新的问题
<!-- 添加jrebel热部署 --><plugin> <groupId>org.zeroturnaround</groupId> <artifactId>jrebel-maven-plugin</artifactId> <!-- <executions> <execution> <id>generate-rebel-xml</id> <phase>process-resources</phase> <goals> <goal>generate</goal> </goals> </execution> </executions> --> <configuration> <rebelXmlDirectory>${basedir}/target/classes</rebelXmlDirectory> </configuration> </plugin>

?

读书人网 >JavaScript

热点推荐