com.kangaroohy.minio.constant.MinioConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of minio-spring-boot-starter Show documentation
Show all versions of minio-spring-boot-starter Show documentation
minio对象存储spring boot starter封装组件
package com.kangaroohy.minio.constant;
/**
* 类 MinioConstant 功能描述:
*
* @author kangaroo hy
* @version 0.0.1
* @date 2021/11/28 00:16
*/
public class MinioConstant {
private MinioConstant() {
}
/**
* 配置前缀
*/
public static final String PREFIX = "kangaroohy.minio";
/**
* url分隔符
*/
public static final String URI_DELIMITER = "/";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy