파란하늘의 지식창고
Spring Boot 2.3 Release Notes
Study/Java 2020. 5. 26. 15:10

전체 Release Notes 목록은 이 곳에서 확인할 수 있습니다. https://luvstudy.tistory.com/tag/Release%20Notes Spring Boot 2.3 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.3이 지난 5월 15일 Release 되었다. Upgrading from Spring Boot 2.2 Deprecations from Spring Boot 2.2 deprecated 상태였던 상당 수의 class, method..

article thumbnail
Spring Boot 2.2 Release Notes
Study/Java 2019. 10. 18. 06:03

Spring Boot 2.2 Release Notes Upgrading from Spring Boot 2.1 Deprecations from Spring Boot 2.1 2.1에 deprecated 선언되었던 class, method, properties가 삭제되었다. Spring Framework 5.2 Spring Framework가 5.2로 업그레이드 되었다. JMX now disabled by default JMX 기본 설정이 disabled 로 변경되었다. 해당 기능을 활성화 하려면 spring.jmx.enabled=true 설정을 사용한다. IDE 특징을 사용하여 applicatio을 관리하는 경우 해당 flag도 활성화 할 수 있다. Jakarta EE dependencies javax. 를..