com.springframework.boxes.quartz.starter.BoxesQuartzProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-quartz-boxes-boot-starter Show documentation
Show all versions of spring-quartz-boxes-boot-starter Show documentation
spring-quartz-boxes-boot-starter
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