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

org.zodiac.autoconfigure.xxljob.XxlJobProperties Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.autoconfigure.xxljob;

import org.zodiac.xxljob.config.XxlJobConfig;

public class XxlJobProperties extends XxlJobConfig {

    public XxlJobProperties() {
    }

    @Override
    public String toString() {
        return "XxlJobConfigProperties [isEnabled()=" + isEnabled() + ", getAdminAddresses()=" + getAdminAddresses()
            + ", getAppname()=" + getAppname() + ", getIp()=" + getIp() + ", getPort()=" + getPort()
            + ", getAccessToken()=" + getAccessToken() + ", getLogPath()=" + getLogPath() + ", getLogRetentionDays()="
            + getLogRetentionDays() + "]";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy