본문 바로가기

카테고리 없음

2020-11-16 16시 개발자 글 모음 | "Springboot 2.4.0 변경 "

Springboot 2.4.0 변경 내용 by 박종하 about JUnit,Spring Boot,Spring

  • Config File Processing (application properties and YAML files) : Spring Boot Config Data Migration Guide
  • - ConfigurationProperties를 통한 properties에 @ConstructorBinding 지원 — setter 없는 불변 객체로 생성 할 수 있음
  • - Binding support for Java 14/15 record classes and similarly styled constructors/accessors