강의

멘토링

로드맵

Inflearn Community Q&A

gyfla25682192's profile image
gyfla25682192

asked

Spring MVC Part 1 - Core technologies for backend web development

Product Service HTML

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

Answer 1

0

안녕하세요. gyfla2568님, 공식 서포터즈 OMG입니다.

css 위치를 src하위의 resources/static으로 옮겨서 확인해보시겠어요?


감사합니다.

gyfla25682192's profile image
gyfla25682192

asked

Ask a question