Intellij IDEA using jrebel run the project and automatically compile

Intellij IDEA using jrebel spring-boot and run automatically compile the hot deploy

When using jrebel run spring-boot, the personal encounter a problem, it is not automatically compile the project, can not automatically compile the hot deployment can not be achieved. (Packet mode operation using the jar when the paper according to their own personal experience, can not be automatically compiled into the installation process and jrebel decryption process
then we will solve the problem of automatic compilation, first of all:

1, check the Build project automatically
Here Insert Picture Description

2, press the key combination Shift + Ctrl + Alt + /, Select Registry
Here Insert Picture Description

3, check the compiler.automake.allow.when.app.running
Here Insert Picture Description
restart the project 4. jrebel debug mode, it can automatically compiled


Step 1: Install the plug-operating Jrebel

It has been installed? In the File - Settings to see if there Jrebel, as shown below:
Here Insert Picture Description
If not, follow these steps to install.
1, File - Settings - Plugins - the Browse Repositories
Here Insert Picture Description
2, in the upper left corner of the window the search box to find JRebel. After clicking to find "the Install"
Here Insert Picture Description
3, after a successful restart IDEA

Step two: JRebel break

Previous JRebel complete installation there is a trial period of 10 days seems right, I forgot. Want to use the free time you need to attack and destroy the tools of the great God who provides.

Great God cracking tools Address: https://github.com/ilanyu/ReverseProxy/releases/tag/v1.0

1, select the appropriate type of tool (I windows10 system with 64-bit example)
Here Insert Picture Description
2, after the download is complete double-click to open, do not close. (There will be blocked by the firewall to allow through)
3, activate JRebel
selected JRebel tab, select Activate now.
Here Insert Picture Description
The following general activation window will appear.
Here Insert Picture Description
Note: The first: the address of http: // IP: port / GUID composition.
Second: Any mailbox, just write.

4, view the results
select the tab --Work offline JRebel
Here Insert Picture Description
results show the expiration date, then you can turn off the crack of the files ending in .exe.
Here Insert Picture Description

Published 31 original articles · won praise 14 · views 9561

Guess you like

Origin blog.csdn.net/weixin_42555514/article/details/90600201