@Configuration @ConditionalOnClass(value=tech.mhuang.pacebox.springboot.core.exception.CommonExceptionHandler.class) @EnableConfigurationProperties(value=ExceptionProperties.class) @ConditionalOnProperty(prefix="pacebox.exception", name="enable", havingValue="true") public class ExceptionAutoConfiguration extends Object
@Bean public CommonExceptionHandler commonExceptionHandler()
Copyright © 2020. All rights reserved.