org.zodiac.xxljob.constants.XxlJobSystemPropertiesConstants Maven / Gradle / Ivy
package org.zodiac.xxljob.constants;
public interface XxlJobSystemPropertiesConstants {
String XXL_JOB_PREFIX = "xxljob";
String XXL_JOB_ENABLED = XXL_JOB_PREFIX + ".enabled";
}