spring-boot-autoconfigure-wro4j
spring-boot-autoconfigure-wro4j copied to clipboard
A spring-boot-autoconfigure library that simplifies the usage of the wro4j library at https://code.google.com/p/wro4j/
Regarding class Wro4jConfig: `org.springframework.boot.context.embedded.FilterRegistrationBean` has been moved to `org.springframework.boot.web.servlet.FilterRegistrationBean` In spring boot 1.4 and later. This would need to be changed for the later version. Cheers! :) PS: Thanks for...
This is not loading wro.groovy from the root of my spring boot app, whether in a package on the classpath or otherwise. Can you add some basic usage guidance on...
When you want to override some of the wro4j properties in the Spring application.properties file, for example, some of them cannot be overridden, e.g. 'cacheUpdatePeriod'. The problem lies in the...