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

xyz.erupt.security.config.EruptSecurityProp Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
package xyz.erupt.security.config;

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

/**
 * @author YuePeng
 * date 2020/12/5 15:43
 */
@Getter
@Setter
@Component
@ConfigurationProperties(prefix = "erupt.security", ignoreUnknownFields = false)
public class EruptSecurityProp {

    // 是否记录操作日志
    private boolean recordOperateLog = true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy