스프링 부트 버전별 특징
토이 프로젝트 환경 설정용 버전별 특징 파악을 해 보았다.
https://velog.io/@jh8579/Spring-%EB%B2%84%EC%A0%BC%EB%B3%84-%ED%8A%B9%EC%A7%95
Spring / Spring Boot version별 특징
Spring 3.0부터 Java5가 지원된다.기존에 유지하던 하위호환성에 Generic이나 가변인자(varargs) 등과 같은 개선사항이 추가된다.a) 전체 프레임워크를 하나의 spring.jar 파일로 제공하던 부분을 여러개의
velog.io
https://spring.io/blog/2022/03/28/an-update-on-java-17-adoption
An update on Java 17+ adoption
<p>As a follow-up to <a href="https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6">my blog post from last year’s SpringOne</a>, it is time for an update on our Java 17+ baseline efforts!</p> <p>We established the
spring.io
https://stackoverflow.com/questions/71258240/unable-to-run-spring-boot-application-of-java-17
Unable to run Spring Boot Application of Java 17
Just as a sanity test I tried to compile and then run the default Spring-Boot start application. I compiled the project into a Jar file with Maven but when I tired to run the application I received...
stackoverflow.com
아무래도 자바 17버전을 사용하기 위해서 스프링부트 2.5.5대 버전 이상을 채택할 것 같다.