xyz.erupt.monitor.constant.MonitorConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of erupt-monitor Show documentation
Show all versions of erupt-monitor Show documentation
erupt monitor → redis / server
package xyz.erupt.monitor.constant;
import xyz.erupt.core.constant.EruptRestPath;
/**
* @author YuePeng
* date 2021/1/29 18:25
*/
public class MonitorConstant {
public static final String REST_MONITOR = EruptRestPath.ERUPT_API + "/erupt-monitor";
}