Shinyproxy by default loads with the spring boot logo as the favicon image. How do you change this? It would be nice to have the ability to change the favicon in the application.yaml file so the favicon could be changed in the same manner the navbar image is changed.
How to change the favicon?
rstub
#3
I have created a static
folder and placed my favicon.ico
in there. When I start shinyproxy
as
java -cp static:shinyproxy-1.0.2.jar org.springframework.boot.loader.JarLauncher
this favicon is used.