Four, IDEA's Jrebel hot deployment and use

1. Download and install the plug-in

  1. Official plugin library download
  2. You can search directly Idea-->Plugins
  3. Local installation
  • Just put it in the plugins directory, no need to unzip
  • setting---plugins---Search Jrebel---upper right corner setting---click install plugin from---select the Jrebel compressed package copied into the local plugins directory---apply---restart idea

2. Registration

There are many ways to register for self-duty. If this article is posted, the official will not review it~~

3. Configuration

  • Set offline working mode
  • Enable static and dynamic automatic compilation
  • Enable static automatic compilation

  • Enable dynamic automatic compilation
    • ctrl + Shift + Alt + / Then enter the Registry, check the automatic compilation and adjust the delay parameters

  • Open the hot deployment strategy of the project in IDEA

  • Turn off browser cache
    • Open Google Chrome, open the Network option bar of F12, and then check [✅] Disable cache

 

 

 

Guess you like

Origin blog.csdn.net/qq_37768368/article/details/109067996