Class UrlPrefixingConfiguration

java.lang.Object
com.foreach.across.modules.web.config.UrlPrefixingConfiguration

@Configuration public class UrlPrefixingConfiguration extends Object
Registers the PrefixingPathRegistry.

Two default prefixes are registered:

  • resource: will resolve to the general resources path
  • static: will resolve to the static folder under general resources, short-hand for @resource:/static/<path>
Since:
2.0.0
Author:
Arne Vandamme