본문 바로가기
Dev/Spring Boot

[스프링 부트 개념과 활용] 스프링 웹 MVC 1부

by dev_jsk 2020. 8. 25.
728x90
반응형

스프링 부트 기본설정

spring.factoriesWebMvcAutoConfiguration 자동 설정 덕분에 아무런 설정 없이 바로 스프링 웹 MVC를 바로 사용 가능하다.

 

스프링 부트 기본 기능 확장

  • 스프링 MVC 확장 : @Configuration + WebMvcConfigurer
  • 스프링 MVC 재정의 : @Configuration + @EnableWebMvc

참고

https://docs.spring.io/spring/docs/5.0.7.RELEASE/spring-framework-reference/web.html#spring-web

 

Web on Servlet Stack

This part of the reference documentation covers support for Servlet stack, WebSocket messaging that includes raw WebSocket interactions, WebSocket emulation via SockJS, and pub-sub messaging via STOMP as a sub-protocol over WebSocket. 4.1. Introduction The

docs.spring.io

 

728x90
반응형

댓글