Context Param Values in web.xml get ignored
问题 I was always wondering why no primefaces theme gets applied and could never fix it. Today I found out that when I add a Bean "ServletContextInitializer" to my Application with the same stuff like in the web.xml it works. I read something that app.properties maybe overrides the settings? I got a application.properties but just for the database and jpa/hibernate. Application: @EnableAutoConfiguration @ComponentScan({ "de.develop.telefonbuch" }) public class Application extends