美文网首页
IntelliJ的热部署JRebel插件配置方式

IntelliJ的热部署JRebel插件配置方式

作者: yangjh | 来源:发表于2017-03-29 14:37 被阅读0次

Installation

  1. Access Settings (Preferences on Mac OS). Select Plugins.
  2. Press Browse Repositories.
  3. Find JRebel. Press Install plugin.

Activation

  1. Open Help > JRebel > Activation.
  2. Fill out the form.
  3. Press Activate JRebel.

Startup configuration

  1. Press the jrebel-ide-iconjrebel-ide-icon Run with JRebel button on the toolbar to run your application with JRebel enabled.

Project configuration

  1. Open View > Tool Windows > JRebel panel. The JRebel Modules window opens.
  2. Enable JRebel for the desired modules by selecting the column checkboxes.
  3. Redeploy your application!

Reload your code

  1. Restart your Java application using jrebel-ide-iconjrebel-ide-icon

    Run with JRebel.

  2. Change something in the application code.
  3. Use Build > Make Project command to compile classes and update your application.
  4. Refresh the application in the browser to see the changes!

摘自:
https://zeroturnaround.com/software/jrebel/quickstart/intellij/?run=ide#!/reload
侵删

相关文章

网友评论

      本文标题:IntelliJ的热部署JRebel插件配置方式

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