3

enter image description here

  1. Add plugin and run the spring boot application
Victor M Herasme Perez
  • 2,075
  • 2
  • 15
  • 22
ragavan B.V
  • 61
  • 1
  • 1
  • 5

1 Answers1

7

Yes, it is possible.

  1. Install Apache maven in your system. Make sure that the path/maven/bin directory is available in your system's PATH environment variable.
  2. open terminal inside vs code(press Ctrl + `)

  3. Execute the following command : I used bash terminal for it

    ./mvnw spring-boot:run

Akinza
  • 157
  • 1
  • 9
Vikey
  • 83
  • 1
  • 5