java - trying to remove the favicon of spring boot in spring-boot-starter-parent 1.3.2 -


i trying remove favicon of spring boot application , content of spring-boot-starter-parent in pom.xml

<parent>     <groupid>org.springframework.boot</groupid>     <artifactid>spring-boot-starter-parent</artifactid>     <version>1.3.2.release</version>     <relativepath/> <!-- lookup parent repository --> </parent> 

after research have tried changing application.properties file

spring.mvc.favicon.enabled=false 

still tomcat favicon still appears in header. issue?


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -