How and where can I change it in Spring MVC project?
Put the favicon.ico
in the root of your webapp (the webapp folder, like this).
Out of habit in SpringMVC, I also put the following mapping.
<mvc:resources location="/favicon.ico" mapping="/favicon.ico" />