Spring Framework
[Error] Using tabs can lead to unpredictable result
Junuuu
2022. 3. 4. 01:53
반응형
application.yml 파일을 작성할 때 tab을 이용하여 들여쓰기를 할 경우 에러가 발생합니다.
Window -> Preferences -> General -> Editors -> Text Editors -> Insert spaces for tabs 선택
그러면 에러는 해결됩니다.
또한 yml 파일 작성시 주의사항이 탭을 적절하게 넣지않으려 오류를 뱉기때문에 depth를 잘 고려해서 작성해야합니다!
출처
https://velog.io/@yeoro/Error-Using-tabs-can-lead-to-unpredictable-results
[Error] Using tabs can lead to unpredictable results
YAML 파일에서 tab 사용시 발생하는 에러
velog.io