danvega / spring-boot-intro

Spring Boot Intro
342 stars 649 forks source link

How to start in Spring Boot in VSCode? #9

Open scheung38 opened 3 years ago

scheung38 commented 3 years ago

Following your youtube: https://www.youtube.com/watch?v=5mpHejytgFE

Java 11.0.7 Mac

But cannot launch

Run/Debug nothing happens?

Also don't see Run/Debug annotation above line 9

Spring-Boot Dashboard also cannot launch?

Screenshot 2020-11-18 at 19 35 38

Also live reload is not happening?

cd backend

./mvnw spring-boot:run

http://localhost:8080/

I needed to stop and start spring boot server again?