문서의 선택한 두 판 사이의 차이를 보여줍니다.
| |
| spring:spring-framework:release:5.3:ko [2024/01/31 13:43] – 만듦 writer | spring:spring-framework:release:5.3:ko [2024/01/31 13:46] (현재) – writer |
|---|
| |
| === General Web Revision === | === General Web Revision === |
| * CORS configuration exposes a new ''allowedOriginPatterns'' property for declaring a dynamic range of domains via wildcard patterns. | * CORS 설정은 와일드카드 패턴을 통하여 도메인의 동적 범위를 선언하기 위한 새로운 속성인 ''<color purple>allowedOriginPatterns</color>''을 노출합니다.. |
| * ''RequestEntity'' supports URI templates with variables. | * ''RequestEntity''은 변수와 함께 URI 템플릿을 지원합니다.. |
| * ''Jackson2ObjectMapperBuilder'' exposes ''<color Green>Consumer<ObjectMapper></color>'' option for advanced customizations. | * ''Jackson2ObjectMapperBuilder'' exposes ''<color Green>Consumer<ObjectMapper></color>'' option for advanced customizations. |
| * ''DataBinder'' allows switching between direct field and bean property access during initialization. An example scenario is an ''<color darkorange>@ControllerAdvice</color>'' configuring direct field access by default globally with some controllers overriding that locally, via ''<color darkorange>@InitBinder</color>'' method, to bean property access. | * ''DataBinder'' allows switching between direct field and bean property access during initialization. An example scenario is an ''<color darkorange>@ControllerAdvice</color>'' configuring direct field access by default globally with some controllers overriding that locally, via ''<color darkorange>@InitBinder</color>'' method, to bean property access. |