프로젝트를 진행하는데, Spring Initializr 에서 아래 처럼 설정하고, 기본 프로젝트를 다운로드 받았다. Intellij에서 바로 실행해보면 이런 에러가 뜬다. 무슨 소린가 싶어서 별의별 삽질을 다했다. Kotlin: Cannot inline bytecode built with JVM target 17 into bytecode that is being built with JVM target 11. Please specify proper '-jvm-target' option 그런데, Spring Boot 3.x 버전이상은 Java 17부터 지원을 한다는 내용이 떡하니.. https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0 Upgrad..