Class ResourceConfigurationProperties
java.lang.Object
com.foreach.across.modules.web.config.resources.ResourceConfigurationProperties
@Component
@ConfigurationProperties(prefix="across.web.resources")
public class ResourceConfigurationProperties
extends Object
Contains the different settings for the default resource configuration (path, folders, versioning and caching).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getPath()
Relative path for serving all webjarsvoid
setFolders
(@NonNull String[] folders) void
void
setWebjars
(String webjars) Relative path for serving all webjars
-
Constructor Details
-
ResourceConfigurationProperties
public ResourceConfigurationProperties()
-
-
Method Details
-
getFolders
-
setFolders
-
getPath
-
setPath
-
getWebjars
Relative path for serving all webjars -
setWebjars
Relative path for serving all webjars
-