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 |
Tags
- 메이븐
- AutoConfiguration
- 컴퓨터시스템
- DispatcherServlet
- beanfactory
- 자바
- Spring
- gradle
- 빌드툴
- IOC
- exception
- Kotlin for Java Developers
- springboot
- 프록시
- String
- DesignPattern
- ORM
- lambda
- springwebmvc
- FunctionalInterfaces
- 링커
- 링킹
- Immutable
- 토비의스프링
- hibernate
- ApplicationContext
- 클린코드
- JPA
- java
- 토비의스프링3.1
Archives
- Today
- Total
목록EnableWebMvc (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