JRebel cannot access the server solution

When using idea development, I configured JRebel hot deployment before, but after using for a period of time, hot deployment needs to be re-registered. After I found the registration method on the Internet, I tried it and found that the URL plus GUID method I used all appeared 404. The problem, I searched for a long time on the Internet, and finally found a solution to this problem. First, download an exe file from the following URL:
https://github.com/ilanyu/ReverseProxy/releases/tag/v1.0 The
file is: insert image description hereThen Double-click to run the file, select JRebel, Activation under the Help of idea, enter http://127.0.0.1:8888/GUID GUID
generation address: http://www.ofmonkey.com/transfer/guid
Select to agree to the agreement below, click to register, and finally change JRebel to work offine
insert image description here

Guess you like

Origin blog.csdn.net/fzt12138/article/details/106998652