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

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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy