인프런 커뮤니티 질문&답변
index.html 말고 다른 html파일을 처음에 보여주도록 할 수 있나요?
작성
·
800
퀴즈
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





알려주셔서 감사합니다!