I have a Spring Boot application in which I want to replace my favicon with Boot's default favicon i.e.the green leaf.
To resolve the problem, I have tried the following:
- Externally create
FaviconConfiguration
class - Set property
spring.mvc.favicon.enabled
to false
Unfortunately, this didn't solve my problem