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 | 31 |
Tags
- hibernate
- 메이븐
- DispatcherServlet
- springwebmvc
- AutoConfiguration
- 자바
- FunctionalInterfaces
- Kotlin for Java Developers
- ApplicationContext
- 컴퓨터시스템
- Spring
- java
- IOC
- 빌드툴
- lambda
- String
- springboot
- 링커
- 토비의스프링3.1
- 토비의스프링
- JPA
- 링킹
- 클린코드
- 프록시
- beanfactory
- DesignPattern
- exception
- Immutable
- gradle
- ORM
Archives
- Today
- Total
목록WebMvcConfigurer (1)
엔지니어로 가는 길
Spring Boot에서 HttpMessageConverter를 설정하는 방법
* 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