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

io.github.wujun728.oss.properties.FdfsProperties Maven / Gradle / Ivy

The newest version!
package io.github.wujun728.oss.properties;

import lombok.Getter;
import lombok.Setter;

/**
 * fastdfs配置
 *
 */
@Setter
@Getter
public class FdfsProperties {
    /**
     * fastdfs的http访问地址
     */
    private String webUrl;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy