Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 자바
- String
- FunctionalInterfaces
- springwebmvc
- hibernate
- springboot
- 클린코드
- 링커
- 메이븐
- lambda
- DispatcherServlet
- DesignPattern
- JPA
- IOC
- Immutable
- 빌드툴
- gradle
- ORM
- 링킹
- Spring
- Kotlin for Java Developers
- exception
- ApplicationContext
- java
- 프록시
- 토비의스프링3.1
- 토비의스프링
- 컴퓨터시스템
- AutoConfiguration
- beanfactory
Archives
- Today
- Total
목록WebMvcConfigurer (1)
엔지니어로 가는 길

* HttpMessageConverter가 무엇인지에 대해서는 다음 기회에 다루기로 한다. WebMvcConfigurer Spring은 `WebMvcConfigurer`라는 인터페이스를 통해 웹과 관련된 설정을 커스터마이징 할 수 있도록 돕는다. WebMvcConfigurer Defines callback methods to customize the Java-based configuration for Spring MVC enabled via @EnableWebMvc. @EnableWebMvc-annotated configuration classes may implement this interface to be called back and given a chance to customize the defau..
프로그래밍/Spring
2022. 12. 29. 08:25