Restore Custom Favicon section in the reference guide
The section about favicon was mistakenly removed in 5fceb9d and this
commit reinstates it.
See gh-31224
This commit is contained in:
committed by
Stephane Nicoll
parent
09978b3593
commit
e05363f9b0
@@ -216,6 +216,13 @@ If either is found, it is automatically used as the welcome page of the applicat
|
||||
|
||||
|
||||
|
||||
[[web.servlet.spring-mvc.favicon]]
|
||||
==== Custom Favicon
|
||||
As with other static resources, Spring Boot checks for a `favicon.ico` in the configured static content locations.
|
||||
If such a file is present, it is automatically used as the favicon of the application.
|
||||
|
||||
|
||||
|
||||
[[web.servlet.spring-mvc.content-negotiation]]
|
||||
==== Path Matching and Content Negotiation
|
||||
Spring MVC can map incoming HTTP requests to handlers by looking at the request path and matching it to the mappings defined in your application (for example, `@GetMapping` annotations on Controller methods).
|
||||
|
||||
Reference in New Issue
Block a user