美文网首页
JRebel 插件使用方式

JRebel 插件使用方式

作者: kirno | 来源:发表于2017-03-14 10:59 被阅读0次
<plugin>
  <groupId>org.zeroturnaround</groupId>
  <artifactId>jrebel-maven-plugin</artifactId>
  <version>1.1.6</version>
  <executions>
    <execution>
      <id>generate-rebel-xml</id>
      <phase>process-resources</phase>
      <goals>
        <goal>generate</goal>
      </goals>
    </execution>
  </executions>
</plugin>

相关文章

网友评论

      本文标题:JRebel 插件使用方式

      本文链接:https://www.haomeiwen.com/subject/cobcnttx.html