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
ctrl + shift + p => enter JAVA: Create Java Project => choose Spring Boot => Maven Project => 3.1.2 => choose Java => enter name group id => enter name project.
run project
install mvn
run cmd: mvn clean spring-boot:run
run manual: go to file SpringbootApplication.java => click right mouse => click Run Java