eclipse 혹은 sts 자동완성 설정을 할 경우 Window>Preferences>Java>Editor>Auto Activation에서 설정을 변경한다 이때 상단 Insertion에서 Disable insertion triggers except 'Enter'을 체크하지 않는 경우 스페이스를 누를시 뒤에 -string으로 자동완성 되는 현상이 일어나는데 해당 체크박스를 체크함으로써 이를 방지할 수 있다.