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

com.wudgaby.apiautomatic.consts.ApiSystemConst Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.wudgaby.apiautomatic.consts;

/**
 * @Author :  wudgaby
 * @Version :  since 1.0
 * @Date :  2021/5/2 14:35
 * @Desc :
 */
public interface ApiSystemConst {
    String REDIS_API_SET = "REDIS:APIS:";
    String REDIS_API_CHANNEL = "API_CHANNEL";

    String RES_TYPE = "API";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy