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 we import it into Eclipse as an existing Maven project, and use the name (instead of artifactId) to set the project name, then this name is shown in Boot Dashboard as "demo [BREAKS BOOT DASHBOARD]".
This name breaks the init process with the following message:
Error: Could not find or load main class [BREAKS
For some reason, the main class is not taken into account...
This error did not happen with previous STS versions.