Skip to content

Commit

Permalink
Formatting correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert-R authored and Buzzardo committed Oct 17, 2023
1 parent 6cf907c commit 4225d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Static resources, including HTML and JavaScript and CSS, can be served from your
Boot application by dropping them into the right place in the source code. By default,
Spring Boot serves static content from resources in the classpath at `/static` (or
`/public`). The `index.html` resource is special because, if it exists, it is used as a
"`welcome page,`"serving-web-content/ which means it is served up as the root resource (that is, at
"welcome page", which means it is served up as the root resource (that is, at
`http://localhost:8080/`). As a result, you need to create the following file (which you
can find in `src/main/resources/static/index.html`):

Expand Down

0 comments on commit 4225d08

Please sign in to comment.