SpringBoot project/dependencies and versions problems
Summary The project fails to compile with a Toolchain Mismatch error (java.lang.ExceptionInInitializerError com.sun.tools.javac.code.TypeTag :: UNKNOWN). This error occurs because the build environment is using an incompatible JDK version relative to the Spring Boot and Maven Compiler configurations. Specifically, while the project targets Java 21, the active JDK running the Maven build is likely an older … Read more