728x90
[application.yml]
spring:
thymeleaf: # Thymeleaf
cache: false
mode: HTML
encoding: UTF-8
prefix: file:src/main/resources/templates/
resources: # Static resources
static-locations: file:src/main/resources/static/
cache:
period: 0
캐시설정을 끄면 된다...!
'서버' 카테고리의 다른 글
nginx - 모바일에서 피시 경로로 들어오는 경우 path 꺾어주기 (2) | 2024.11.29 |
---|---|
Spring boot3 - Spring JDBC에 대한 이해와 기본 실습 (2) | 2024.11.29 |
Spring boot3 - h2 설정해서 쓰기, 스키마 쿼리 셋팅 후 datasource를 이용해 미리 h2에 테이블 생성하기 (0) | 2024.11.26 |
Spring boot3 - Spring Actuator 사용하여 health check 하기 (2) | 2024.11.26 |
Spring boot3 - maven으로 빌드, 내장 tomcat은 어디있는지 확인하기 (0) | 2024.11.26 |