I think that you're encountering an issue because the JDK version on your computer is lower than JDK 23, which you selected when initializing the Spring Boot project. Try using a lower JDK version in the project, or update your machine to the latest JDK version. Hope this helps!