Class ResourceVersioningProperties
java.lang.Object
com.foreach.across.modules.web.config.resources.ResourceVersioningProperties
@Component
@ConfigurationProperties(prefix="across.web.resources.versioning")
public class ResourceVersioningProperties
extends Object
Configuration properties for resource url versioning.
- Author:
- Arne Vandamme
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setEnabled
(boolean enabled) void
setVersion
(String version)
-
Constructor Details
-
ResourceVersioningProperties
public ResourceVersioningProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getVersion
-
setVersion
-