Trying to run my application using terminal using command : 'mvn clean package -Dspring.profiles.active=dev -e'
Getting Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project journalApp: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTag :: UNKNOWN
Can anyone help with this?