[IntelliJ]SpringBoot 로딩시 느린 경우
맥북에서 IntelliJ에서 SpringBoot로 작업할 때 로딩이 2분 이상 걸리는 경우 생긴다. I have a MacBook Pro 15 with Retina screen running macOS Sierra (10.12).This happens when I use the stable IntelliJ IDEA 16, or the EAPs including IntelliJ IDEA 16 2.6 and 3. Solution: Make sure /etc/hosts contains the following: 127.0.0.1 localhost .local hosts 파일에 추가하면 문제가 해결된다. 출처 : https://youtrack.jetbrains.com/issue/IDEA-161967