강의

멘토링

로드맵

Inflearn Community Q&A

enjjung04172717's profile image
enjjung04172717

asked

Spring MVC Part 1 - Core technologies for backend web development

RedirectAttributes

thymeleaf 관련 질문입니다

Written on

·

215

0

안녕하세요.

에러가 발생하는데 원인을 몰라 질문드립니다.

저장 완료라고 입력하면 에러가 뜨고 영어 save로 하면 제대로 동작하는데 타임리프 설정을 잘못해둬서 그런걸까요?

MVCspring

Quiz

When creating dynamic web pages with Spring MVC, what are the key dependency combinations needed for basic web features and HTML template processing? The key dependencies typically include: * `spring-boot-starter-web` (for core web capabilities) * A template engine starter like `spring-boot-starter-thymeleaf` (for HTML templating)

Web, H2

Web, Thymeleaf

JPA, Lombok

Test, Web

Answer 1

4

"저장 완료" -> "'저장 완료'" 로 안에 작은 따옴표 넣어주세요~

enjjung04172717님의 프로필 이미지
enjjung04172717
Questioner

감사합니다 :)

enjjung04172717's profile image
enjjung04172717

asked

Ask a question