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

com.springframework.boxes.quartz.starter.BoxesQuartzProperties Maven / Gradle / Ivy

There is a newer version: 2.0.6
Show newest version
package com.springframework.boxes.quartz.starter;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.cloud.context.config.annotation.RefreshScope;

@Data
@RefreshScope
@ConfigurationProperties("spring.boxes.quartz")
public class BoxesQuartzProperties {

    /**
     * 是否启用配置
     */
    private boolean enabled;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy