0

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?

Mobility
  • 3,117
  • 18
  • 31
  • Another good read that offers more information on the matter is this comment: https://github.com/spring-projects/spring-boot/issues/7087#issuecomment-251607070 – g00glen00b Apr 02 '19 at 13:06

1 Answers1

0

Adding records to hosts file helps to avoid DNS resolve issue: https://thoeni.io/post/macos-sierra-java/

y.bedrov
  • 5,318
  • 3
  • 22
  • 19