IntelliJ에서 resource 파일 변경이 반영되지 않는 경우
오류 내용
Spring jsp 파일을 수정했는데 자동으로 브라우저에 반영되지 않는 경우
IntelliJ에서 resource 파일 변경이 반영되지 않는 경우
해결 방법
- Run > Edit Configurations… 설정
- Server tab > On frame deactivation : Update classes and resources
- 수정한 클래스나 JSP 파일이 자동으로 반영된다.
- Run > Run ‘Tomcat Server’