package com.kidgrow.oauth2.config; import com.kidgrow.common.exception.DefaultExceptionAdvice; import org.springframework.web.bind.annotation.ControllerAdvice; /** * 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020
* * @Description:
* @Project:
* @CreateDate: Created in 2020/3/11 11:38
* @Author: liuke */ @ControllerAdvice public class ExceptionAdvice extends DefaultExceptionAdvice { }