Inflearn Community Q&A
bootstrap.min.css페이지 연결에러
Written on
·
731
0
bootstrap.rtl.min.css를 resources/static/css에 넣은 후, 잘못넣은 것을 확인한 후 삭제하고 out파일에 있는 것도 삭제 후에
bootstrap.min.css를 resources/static/css에 넣은 후, out파일 삭제하고 재실행해도 같은 에러가 뜹니다.
localhost:8080해도 같은 에러가 뜨네요

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




