Issue
How do you change the spring-boot dashboard project name that shows up in VS Code?
I have tried changing every instance of 'boilerplate-spring' in the project folder including the launch.json configuration file, but when I restart VS Code the same name appears.
Solution
With Version: 1.62.3 it's enough to
- change the name of the
<artifactId>
in your project pom.xml - use
Clean workspace
from the menu...
of theJava Project
view
=> The views Java Project
and Spring Boot Dashboard
shows the new, changed name.
Answered By - Dominik
Answer Checked By - Mary Flores (JavaFixing Volunteer)