Mac under IDEA activated Jrebel

Mac idea activate jrebel

Step One: Download jrebel in the idea, the process is omitted

Configuring reverse proxy tool

Windows version:http://blog.lanyus.com/archives/317.html

MAC version:

Install homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Use brew install Nginx reverse proxy tool

sudo brew install nginx

Note: If the tips here ⚠️, to usebrew install nginx

After the download is successful start nginx (if fails to start because the port number may be occupied, read on)

sudo nginx

Open the configuration file path: /usr/local/etc/nginx/nginx.conf
find the server at http: add a reverse proxy configuration

01

After editing save, restart nginx: command line input

sudo nginx -s reload

The third step. Activate JRebel

Find a guid line generator generates its own guid, here's a guid

Activated in the idea of ​​JRebel

02

Activation Successful

03

Guess you like

Origin www.cnblogs.com/bjio/p/11681433.html