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

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -