springboot프로젝트에서 실시간 새로고침(컨트롤러에서 url수정했으나 반영되지않음..)문제가 발생하여 찾아본 결과 application.yml에 아래와 같이 추가해주었더니 해결되었다! devtools: livereload: enabled: true restart: enabled: true spring: profiles: active: local devtools: livereload: enabled: true restart: enabled: true