hendisantika / springboot-adminlte3-template

Spring Boot Admin LTE 3 Template
23 stars 21 forks source link

Favicon not working #3

Closed craph closed 1 year ago

craph commented 2 years ago

Hi, The code about the favicon is not working and have a wrong reference package. https://github.com/hendisantika/springboot-adminlte3-template/blob/main/src/main/java/com/hendisantika/config/FaviconConfiguration.java#L41 Best regards,

craph commented 2 years ago

From Spring Boot 2.2+ favicon is only taken from static resources: https://docs.spring.io/spring-boot/docs/2.3.9.RELEASE/reference/htmlsingle/#boot-features-spring-mvc-favicon

hendisantika commented 2 years ago

Can You send me PR for that @craph ?

hendisantika commented 2 years ago

I already bugfix the favicon but still not working. Can You send me your PR @craph ?

hendisantika commented 1 year ago

It's working now

craph commented 1 year ago

I can't see the favicon on my browser. Seems not working

hendisantika commented 1 year ago

It's working on my local...

craph commented 1 year ago

It's working in Firefox not in Brave. I'll try to find why it's not working :)