All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wzc789376152.file.properties.SmbProperties Maven / Gradle / Ivy

package com.github.wzc789376152.file.properties;

import org.springframework.boot.context.properties.ConfigurationProperties;

@ConfigurationProperties(prefix = "spring.cqfile.smb")
public class SmbProperties extends com.github.wzc789376152.file.SmbProperties {
    /**
     * 是否启用ftp管理器
     */
    private boolean enable = false;

    public boolean isEnable() {
        return enable;
    }

    public void setEnable(boolean enable) {
        this.enable = enable;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy