Package io.jmix.localfs
Class LocalFileStorageProperties
java.lang.Object
io.jmix.localfs.LocalFileStorageProperties
@ConfigurationProperties(prefix="jmix.localfs")
public class LocalFileStorageProperties
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionLocalFileStorageProperties
(String storageDir, org.springframework.util.unit.DataSize maxFileSize) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.util.unit.DataSize
-
Constructor Details
-
LocalFileStorageProperties
public LocalFileStorageProperties(String storageDir, @DefaultValue("100MB") org.springframework.util.unit.DataSize maxFileSize)
-
-
Method Details
-
getStorageDir
- See Also:
-
storageDir
-
getMaxFileSize
public org.springframework.util.unit.DataSize getMaxFileSize()- See Also:
-
maxFileSize
-