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

cn.bootx.common.exceptionhandler.handler.ExceptionHandlerProperties Maven / Gradle / Ivy

There is a newer version: 1.3.6.2
Show newest version
package cn.bootx.common.exceptionhandler.handler;

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

/**
 * 配置
 *
 * @author xxm
 * @date 2021/12/5
 */
@Getter
@Setter
@ConfigurationProperties("bootx.common.exception")
public class ExceptionHandlerProperties {

    /** 是否显示详细异常信息 */
    private boolean showFullMessage;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy