백엔드(Back-End) 개발/SpringBoot
[SpringBoot] 2.1_스프링 웹 개발 정적 컨텐츠
rabo93
2025. 2. 24. 18:42
스프링부트 정적 컨텐츠 기능
https://docs.spring.io/spring-boot/reference/web/reactive.html#web.reactive.webflux.static-content
Reactive Web Applications :: Spring Boot
Spring WebFlux is the new reactive web framework introduced in Spring Framework 5.0. Unlike Spring MVC, it does not require the servlet API, is fully asynchronous and non-blocking, and implements the Reactive Streams specification through the Reactor proje
docs.spring.io
static 폴더안에 정적 html 파일 생성 후 실행하여 해당 파일명 url로 접속하면 그대로 반환함.