스프링 부트(spring boot) 개발시 매번 서버를 재시작해야되는 불편한 점이 있습니다.
해서 java 코드 또는 Thymeleaf html 수정시 바로 반영할수 있도록
셋팅해보겠습니다.
.application.properties 추가
spring.thymeleaf.cache=false
.우측 상단 Edit confirguation... 클릭
아래와 같이 두곳을 바꿔줍니다.
위 작업후 다시 재시작하면 웹브라우져에서 새로고침 없이 바로 반영된것을 확인할수 있습니다.
'프로그래밍 > Java' 카테고리의 다른 글
톰캣(tomcat) war 배포를 위한 server.xml appBase docBase 등 설정 방법 (0) | 2021.11.12 |
---|---|
인텔리제이 스프링부트 타임리프 (intellij SpringBoot thymeleaf) Hellow World 시작하기 (0) | 2021.11.12 |
인텔리제이 (intellij) 스프링 부트(Spring Boot) 시작하기 (0) | 2021.11.12 |
mac 인텔리제이(intellij) 스프링부트(spring boot) 포트에러 발생시 Port 8080 was aleady in use (0) | 2021.11.12 |
intellij java8 웹소켓 서버 (WebSocket Server) 구축 (0) | 2021.11.10 |