Inflearn Community Q&A
index.html 말고 다른 html파일을 처음에 보여주도록 할 수 있나요?
Written on
·
801
0
강의에서는 localhost:8080을 입력했을때
index.html이 출력되는데 혹시 여러 html파일들이 있을 경우
localhost:8080으로 입력했을때 다른 html 화면이 출력되려면 어떻게 해야 할까요?
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





알려주셔서 감사합니다!