Installation
- Access Settings (Preferences on Mac OS). Select Plugins.
- Press Browse Repositories.
- Find JRebel. Press Install plugin.
Activation
- Open Help > JRebel > Activation.
- Fill out the form.
- Press Activate JRebel.
Startup configuration
- Press the
Project configuration
- Open View > Tool Windows > JRebel panel. The JRebel Modules window opens.
- Enable JRebel for the desired modules by selecting the
- Redeploy your application!
Reload your code
-
Restart your Java application using
Run with JRebel.
- Change something in the application code.
- Use Build > Make Project command to compile classes and update your application.
- Refresh the application in the browser to see the changes!
摘自:
https://zeroturnaround.com/software/jrebel/quickstart/intellij/?run=ide#!/reload
侵刪