개발/Spring3 Spring Boot 3 RC1 Release 변경점 Spring Boot 3 RC1 Release - https://github.com/spring-projects/spring-boot/releases/tag/v3.0.0-RC1 큰 변경점 Java 17 + Java EE → Jakarta EE HttpServletRequest package 변경 필요 as-is: import javax.servlet.http.HttpServletRequest; to-be: import jakarta.servlet.http.HttpServletRequest; Gradle 7.3+ MVC의 변화 HTTP API 에러처리를 위한 RFC7807 Problem Details Standard 지원 https://docs.spring.io/spring-framework/docs/6... 2022. 11. 7. Logback의 level TRACE DEBUG INFO WARN ERROR TRACE YES NO NO NO NO DEBUG YES YES NO NO NO INFO YES YES YES NO NO WARN YES YES YES YES NO ERROR YES YES YES YES YES 2020. 11. 15. Spring Boot 2.4.0 Release 주요 변경 github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.4-Release-Notes spring-projects/spring-boot Spring Boot. Contribute to spring-projects/spring-boot development by creating an account on GitHub. github.com Spring Boot 2.4.0이 Release 되었습니다. 1. Config File Processing application.properties 및 application.yml 파일을 처리하는 방식이 개선되었습니다. Multi-Document YAML 파일 사용시 '----' 구분자를 통해 Document를 구분하는데, 이 .. 2020. 11. 14. 이전 1 다음