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

com.github.wzc789376152.springboot.config.taskCenter.TaskCenterProperties Maven / Gradle / Ivy

The newest version!
package com.github.wzc789376152.springboot.config.taskCenter;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

@ConfigurationProperties(prefix = "wzc.task-center")
@Data
public class TaskCenterProperties {
    private Boolean enable = false;
    private Boolean initTable = false;
    private Boolean scheduled = false;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy