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

fun.bigtable.kraken.constant.ServiceConstant Maven / Gradle / Ivy

There is a newer version: 2.0.9.1
Show newest version
package fun.bigtable.kraken.constant;

/**
 * 服务名维护
 */
public class ServiceConstant {
    /**
     * 存储服务
     */
    public static final String STORAGE = "storage";

    /**
     * 用户权限管理
     */
    public static final String UPM = "upm";

    /**
     * 用户认证
     */
    public static final String AUTH = "auth";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy