Browse Source

Merge branch '3.3.x' into 3.4.x

Closes gh-44035
pull/44380/head
Stéphane Nicoll 1 year ago
parent
commit
a3f997d5d5
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/using/running-your-application.adoc

2
spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/using/running-your-application.adoc

@ -2,7 +2,7 @@
= Running Your Application = Running Your Application
One of the biggest advantages of packaging your application as a jar and using an embedded HTTP server is that you can run your application as you would any other. One of the biggest advantages of packaging your application as a jar and using an embedded HTTP server is that you can run your application as you would any other.
The sample applies to debugging Spring Boot applications. The same applies to debugging Spring Boot applications.
You do not need any special IDE plugins or extensions. You do not need any special IDE plugins or extensions.
NOTE: The options below are best suited for running an application locally for development. NOTE: The options below are best suited for running an application locally for development.

Loading…
Cancel
Save