i want to convert this:
<filter>
<filter-name>SassCompiler</filter-name>
<filter-class>com.darrinholst.sass_java.SassCompilingFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>SassCompiler</filter-name>
<url-pattern>*.css</url-pattern>
</filter-mapping>
in web.xml into exactly the same thing in Java configuration, what should i do?
It's pure spring mvc project, no boot or something