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

xyz.erupt.job.config.EruptJobProp Maven / Gradle / Ivy

The newest version!
package xyz.erupt.job.config;

import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;

/**
 * @author YuePeng
 * date 2021/3/28 19:28
 */
@Getter
@Setter
@Component
@ConfigurationProperties(prefix = "erupt.job", ignoreUnknownFields = false)
public class EruptJobProp {

    private boolean enable = true;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy