Skip to content

fix: replace handlebars template engine deps #520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

hw0603
Copy link
Member

@hw0603 hw0603 commented Sep 6, 2024

현재 템플릿 엔진으로 사용되는 handlebars-spring-boot-starter는 springboot3을 지원하지 않습니다.
/resources/templates 내의 템플릿을 정상적으로 로드하지 못하고, resource-versioning.html 내에서 {{staticUrls}}를 제대로 랜더링하지 못합니다.

이에 Springboot 3을 지원하는 handlebars-springmvc 으로 템플릿 엔진을 변경합니다.

변경사항

  • 종속성을 handlebars-springmvc 로 변경
  • 커스텀 HandlebarsHelper 등록 방법 변경에 따른 수정
  • 더 이상 사용되지 않는 application.ymlhandlebars.suffix 설정 제거

Copy link
Contributor

@kang-hyungu kang-hyungu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드 반영해둘게요. 감사합니다.

@kang-hyungu kang-hyungu merged commit d3f1705 into woowacourse:main Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants