The configuration and use of idea hot deployment and hot deployment plug-ins (JRebel and XRebel) and the activation of plug-ins failed, prompting [LS client not configued]

The configuration and use of idea hot deployment and hot deployment plug-ins (JRebel and XRebel) and the activation of plug-ins failed, prompting [LS client not configued]

1. Install the plug-in

In the idea, select [File]-------[Settings]-------[Plugins] Search in the plug-in: JRebel, and then install the JRebel and XRebel plug-in
insert image description here

2. Activate the plugin

①, GUID digital identifier generation

https://www.guidgen.com/

http://tool.vfaner.com/guid/

②, activated URL

https://jrebel.qekang.com/ + generated GUID numeric identifier

http://jrebel.yanjiayu.cn:9001/ + generated GUID numeric identifier

http://jrebel-license.jiweichengzhu.com/ + generated GUID numeric identifier

Such as: https://jrebel.qekang.com/C472E0B0-F6F8-41DA-832A-4465BC83A988

③, activate the JRebel and XRebel plug-in

Select [Help]-------[JRebel]-------[Activation] in the idea to open the Activation interface of JRebel to activate the interface

insert image description here

3. Do some configuration on JRebel:

Set JRebel to work offline, and set the deployment time to 1s

①. Select [File]-------[Settings]-------[JRebel & XRebel] in the idea to set JRebel to work offline, and set the deployment time to 1s

insert image description here

②. Set the idea to automatically compile:

Set idea to compile automatically

In the idea, select [File]-------[Settings]-------[Build, Execution, Deployment]-------[Compiler]

insert image description here

Using JRebel & XRebel

③. Steps to use JRebel & XRebel: first compile the project [shortcut key Ctrl + F9], then click Run or debug of JRebel

insert image description here

Failed to activate the plug-in, prompt [LS client not configued]

The reason is that the version is too high, the solution: download jRebel manually, go to the official website to find the past version of jRebel, address:
https://plugins.jetbrains.com/plugin/4441-jrebel-and-xrebel/versions

Download the previous version and put it in a folder to manually install the plugin. The steps are:

In the idea, select [File]-------[Settings]-------[Plugins] to choose to install the local plug-in, and then follow the above activation steps to activate.

】--------【Settings】--------【Plugins】Choose to install local plug-ins, and then follow the activation steps above to activate.

insert image description here

Guess you like

Origin blog.csdn.net/qingbo_2920249511/article/details/128705910