I'm using intellij idea 2019 on macbook, and found that my springboot project started quite slow.
Someone told me to add the machineName to the 127.0.0.1 record in the hosts file, and it really works.
Can someone explain how this works?
I'm using intellij idea 2019 on macbook, and found that my springboot project started quite slow.
Someone told me to add the machineName to the 127.0.0.1 record in the hosts file, and it really works.
Can someone explain how this works?
Adding records to hosts file helps to avoid DNS resolve issue: https://thoeni.io/post/macos-sierra-java/