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

com.youyu.common.DefaultGlobalExceptionHandlerProperties Maven / Gradle / Ivy

There is a newer version: 1.4.1.RELEASE
Show newest version
package com.youyu.common;

import com.youyu.common.constant.CommonConfigConstant;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;


/**
 * @author superwen
 * @date 2018/5/22 下午3:19
 */
@Data
@ConfigurationProperties(value = CommonConfigConstant.COMMON_PREFIX + "exception.handler")
public class DefaultGlobalExceptionHandlerProperties {
    private boolean enabled = false;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy