|
|
|
@ -136,20 +136,20 @@ springdoc:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
# ==================================================================================================================
|
|
|
|
|
# view template engine setting
|
|
|
|
|
# view template engine setting - 미사용
|
|
|
|
|
# ==================================================================================================================
|
|
|
|
|
#JSP와 같이 사용시 뷰 구분을 위해 컨트롤러가 뷰 이름을 반환시 thymeleaf/ 로 시작하면 타임리프로 처리하도록 view-names 지정
|
|
|
|
|
thymeleaf:
|
|
|
|
|
check-template: true
|
|
|
|
|
# templates 디렉토리에 파일이 있는지 없는지 체크, 없으면 에러
|
|
|
|
|
check-template-location: true
|
|
|
|
|
encoding: UTF-8
|
|
|
|
|
mode: HTML
|
|
|
|
|
prefix: classpath:templates/
|
|
|
|
|
suffix: .html
|
|
|
|
|
# profiles 별로 분리
|
|
|
|
|
#cache: false
|
|
|
|
|
view-names: thymeleaf/*
|
|
|
|
|
# thymeleaf:
|
|
|
|
|
# check-template: true
|
|
|
|
|
# # templates 디렉토리에 파일이 있는지 없는지 체크, 없으면 에러
|
|
|
|
|
# check-template-location: true
|
|
|
|
|
# encoding: UTF-8
|
|
|
|
|
# mode: HTML
|
|
|
|
|
# prefix: classpath:templates/
|
|
|
|
|
# suffix: .html
|
|
|
|
|
# # profiles 별로 분리
|
|
|
|
|
# #cache: false
|
|
|
|
|
# view-names: thymeleaf/*
|
|
|
|
|
|
|
|
|
|
# devtools
|
|
|
|
|
devtools:
|
|
|
|
|