4

enter image description here

  1. Add plugin and run the spring boot application
Victor M Perez
  • 2,185
  • 3
  • 19
  • 22
ragavan B.V
  • 71
  • 1
  • 1
  • 5

2 Answers2

8

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
  • 93
  • 1
  • 5
0

The @Vikey solution does note feature debugging, I think. You you should use an integrated solution, like an extension:

https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-spring-boot-dashboard

enter image description here

enter image description here

NaN
  • 8,596
  • 20
  • 79
  • 153