Fix typo in Running Your Application

See gh-44032

Signed-off-by: Ashish Kumar <34642693+ashishkujoy@users.noreply.github.com>
This commit is contained in:
Ashish Kumar 2025-01-31 14:45:27 +05:30 committed by Stéphane Nicoll
parent 5cd378da38
commit e41d697040

View File

@ -2,7 +2,7 @@
= 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.
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.
NOTE: The options below are best suited for running an application locally for development.