If your project already uses Thymeleaf as its template engine, the Freemarker templates of the Eureka server may not be loaded correctly. In this case it is necessary to configure the template loader manually:
=> 프로젝트가 이미 Thymeleaf를 템플릿 엔진으로 사용하고 있다면 Eureka 서버의 Freemarker 템플릿이 올바르게 로드되지 않을 수 있습니다. 이 경우 템플릿 로더를 수동으로 구성해야 합니다.
application.yml
spring:
freemarker:
template-loader-path: classpath:/templates/
prefer-file-system-access: false'Java & Spring' 카테고리의 다른 글
| Spring Boot 버전 다운그레이드 방법 (0) | 2023.08.21 |
|---|---|
| jMeter Random Controller (0) | 2023.05.04 |
| [Zuul] route 타입 필터 작성 참조 (0) | 2023.04.17 |
| PKIX path building failed 에러 해결 (0) | 2023.03.29 |
| gradle build시 다른 gradle project 참조하는 방법 (0) | 2023.03.09 |
댓글