You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the project java version is set up with a version higher than 17 (eg 21), the component scan is not able to proceed. The following error message is given as cause: Unsupported class file major version 65. It seems the Component scan annotation is not able to handle java versions above 17.