Installation and activation of JRebel hot deployment plug-in, Idea JRebel activation

Introduction to Jrebel

  When you modify some content such as doGet, doPost, etc., you access it again, and the accessed content remains unchanged unless you restart or reload the class file.
  Using Jrebel can quickly implement hot deployment, save a lot of restart time, and improve personal development efficiency.


Installation and use of JRebel

idea install JRebel

New -> settings -> plugins -> Marketplace search plugin jrebel to install
Insert picture description here
or download and install from the official website: https://plugins.jetbrains.com/

Use of JRebel

There is a JRebel window in the lower left corner of the idea, click to open it, and tick the project that needs to be configured to implement the hot deployment plug-in.
Insert picture description here
Run
Insert picture description here



JRebel activation

JRebel is a paid software with a 30-day trial period, please support genuine! !
The following activation methods can be used for learning and use:
1. Generate a GUID digital identifier Generate a GUID digital identifier
online https://www.guidgen.com/

Insert picture description here

2. Assemble into a proxy address Assemble
the generated GUID digital identifier: https://jrebel.qekang.com/+ Generated GUID digital identifier For
example, the GUID just generated is: f1181b10-c828-47ea-b580-ae27943d73a6
The activation code generated by name is: https:/ /jrebel.qekang.com/f1181b10-c828-47ea-b580-ae27943d73a6

3. Idea activate JRebel
Help ->JRebel -> Activation to open the activation interface of JRebel.
Insert picture description here
Enter the proxy address and your email.
Insert picture description here
Activation is successful: Check if the activation is successful through Help -> JRebel -> Setup guide
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_40542534/article/details/108908706