org.zodiac.autoconfigure.xxljob.XxlJobProperties Maven / Gradle / Ivy
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() + "]";
}
}