본문 바로가기

킹다의 개발블로그

검색하기
킹다의 개발블로그
프로필사진 킹다킹

  • 분류 전체보기 (20)
    • 01. 프로그래밍 언어 (2)
      • java (1)
      • JavaScript (1)
    • 02. 프레임워크 (9)
      • spring (7)
      • thymeleaf (1)
      • node.js (1)
    • 03. 서버 (8)
      • docker (2)
      • k8s (1)
      • elk (2)
    • 04. JPA (0)
    • 05. 책 (0)
      • 모던 자바 인 액션 (0)
    • 06. Database (1)
      • MySql (1)
      • MongoDB (0)
Guestbook
Recent Posts
Link
  • 깃허브
Archives
Tags
  • K8S
  • Thymeleaf
  • 스프링 배치
  • spring boot
  • Spring Batch
  • Elk
  • Mongoose
  • 로그수집
  • ELASTIC
  • Spring Cloud Config Server
  • 포트 죽이기
  • 날짜포맷
  • Spring
  • 도커파일
  • scouter
  • graphql
  • 엘라스틱
  • date_format
  • mapper
  • Spring Security
  • docker
  • Spring Cloud
  • Scouter APM
  • 쿠버네티스
  • docker-compose
  • 도커 컴포즈
  • 도커
  • Kubernetes
  • Spring Cloud Config Client
  • 어노테이션
more
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Thymeleaf (1)

킹다의 개발블로그

thymeleaf 적용해보기

Spring boot 와 JSP 보다는 권장 템플릿 엔진인 타임리프를 적용해보기 1. application.yml 설정 spring: thymeleaf: enabled: true cache: false #개발시 새로고침하면 적용. prefix: classpath:templates/ suffix: .html check-template-location: true thymeleaf - enabled : 타임리프 사용 활성화 thymeleaf - cache : 서버를 재시작할 필요없이 새로 고침만으로 반영되게 할 수 있음 (캐시를 남기지 않음) 개발할 때는 false로 두고 운영 시에는 true로 설정 thymeleaf - prefix : html 폴더 classpath 경로 지정 thymeleaf - suff..

02. 프레임워크/thymeleaf 2021. 8. 30. 17:12
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바