Spring Boot: Overriding favicon
None of this was necessary for me. Why override the default when you can bundle a resource with the generated JAR that will take higher precedence than the default one. To achieve a custom favicon.ico file, I created a src/main/resources directory for my application and then copied the favicon.ico file into there. The files in … Read more